blockRedeployments=Block Redeployments
daysOlder=Days Older
cronExpression=Cron Expression
+cronExpression.help.title=Cron Expression Forma
+cronExpression.help.content= Quartz cron is used. Documentation is: <a target="_blank" href="http://quartz-scheduler.org/documentation/quartz-2.1.x/cookbook/">here</a>
+
scanned=Scanned
deleteReleasedSnapshots=Delete Released Snapshots
releases=Releases
return str.replace(/\./g,"\\\.");
}
+ /**
+ * select class:
+ * * .popover-doc: activate popover with html:true and click trigger
+ * * .tooltip-doc: active tooltip
+ */
activatePopoverDoc=function(){
var mainContent=$("#main-content");
- mainContent.find(".popover-doc" ).popover({html: true, trigger: 'manual'});
- mainContent.find(".popover-doc" ).on("click",function(){
+ mainContent.find(".popover-doc" ).popover({html: true, trigger: 'click'});
+ /*mainContent.find(".popover-doc" ).on("click",function(){
$(this).popover("show");
});
mainContent.find(".popover-doc" ).mouseover(function(){
$(this).popover("destroy");
- });
+ });*/
mainContent.find(".tooltip-doc" ).tooltip({html: true, trigger: 'hover'});
}