From ac23c7b00bbe9080f64a7ee7a159d526789a40b6 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 6 Sep 2018 14:24:09 +0200 Subject: [PATCH] Bootstrap popovers are no longer used. --- src/templates/nodes/custom/_scripts.pug | 5 ----- src/templates/nodes/custom/texture/view_embed.pug | 1 - 2 files changed, 6 deletions(-) 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);