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:
Olivier Lamy 2012-09-10 14:42:10 +00:00
parent d13973dab5
commit 011e33c2c3
1 changed files with 2 additions and 1 deletions

View File

@ -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'
}
);