hide popover on mouseout

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-28 10:24:57 +00:00
parent a787389a39
commit 95eb045604
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ define("archiva.repositories",["jquery","i18n","jquery.tmpl","bootstrap","jquery
}
hideStats=function(managedRepository){
$("#body_content" ).find(".popover" ).hide();
}
showPomSnippet=function(managedRepository){