Warning: Undefined variable $liatds in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2 Disable Functions: Path : /home/grupmartgn/elanartcrafts/administrator/templates/vmadmin/html/com_virtuemart/assets/ |
| Current File : /home/grupmartgn/elanartcrafts/administrator/templates/vmadmin/html/com_virtuemart/assets/script.js |
jQuery(function($) {
// fix container's height
if ($("#content").length) {
h = $(window).height() - $("#content").position().top + 10;
$(".nr-main-container").css({
"min-height" : h
});
}
jQuery("#menuspecial").specialmenu();
})
jQuery(function($){ initPopovers(); $("body").on("subform-row-add", initPopovers); function initPopovers (event, container) { $(container || document).find(".hasPopover").popover({"html": true,"trigger": "hover focus","container": "body"});} });