]> source.dussan.org Git - archiva.git/commitdiff
popover is triggered manually
authorOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 14:42:10 +0000 (14:42 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 14:42:10 +0000 (14:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382893 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/repositories.js

index 8123cc39b58fd7b354b45d4643413a2da2873307..472888eb1856e17ab5fcfb8a937524935ba2589d 100644 (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'
                 }
             );