diff --git a/src/templates/nodes/custom/_scripts.pug b/src/templates/nodes/custom/_scripts.pug index 7be01148..144c405a 100644 --- a/src/templates/nodes/custom/_scripts.pug +++ b/src/templates/nodes/custom/_scripts.pug @@ -114,7 +114,6 @@ script(type="text/javascript"). } } - $(page_overlay).find('.nav-prev').click(function(e){ e.stopPropagation(); e.preventDefault(); @@ -133,10 +132,6 @@ script(type="text/javascript"). $(this).removeClass('active').hide().html(); }); - if (typeof $().popover != 'undefined'){ - $('#asset-license').popover(); - } - {% endif %} var $content_type = $(".js-type"); diff --git a/src/templates/nodes/custom/texture/view_embed.pug b/src/templates/nodes/custom/texture/view_embed.pug index 654cc5db..a5f6931b 100644 --- a/src/templates/nodes/custom/texture/view_embed.pug +++ b/src/templates/nodes/custom/texture/view_embed.pug @@ -113,7 +113,6 @@ include ../_scripts | {% block footer_scripts %} script. - $('#asset-license').popover(); // Generate GA pageview ga('send', 'pageview', location.pathname);