Bootstrap popovers are no longer used.

This commit is contained in:
Pablo Vazquez 2018-09-06 14:24:09 +02:00
parent 811edc5a2a
commit ac23c7b00b
2 changed files with 0 additions and 6 deletions

View File

@ -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");

View File

@ -113,7 +113,6 @@ include ../_scripts
| {% block footer_scripts %}
script.
$('#asset-license').popover();
// Generate GA pageview
ga('send', 'pageview', location.pathname);