mirror of https://github.com/apache/archiva.git
popover is triggered manually
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d13973dab5
commit
011e33c2c3
|
@ -467,7 +467,8 @@ define("archiva.repositories",["jquery","i18n","jquery.tmpl","bootstrap","jquery
|
|||
mainContent.find("#managedrepository-stats-img-"+escapeDot(curRepo.id())).popover(
|
||||
{
|
||||
placement: "left",
|
||||
html: true
|
||||
html: true,
|
||||
trigger:'manual'
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue