Bootstrap popovers are no longer used.
This commit is contained in:
parent
811edc5a2a
commit
ac23c7b00b
@ -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");
|
||||
|
@ -113,7 +113,6 @@ include ../_scripts
|
||||
|
||||
| {% block footer_scripts %}
|
||||
script.
|
||||
$('#asset-license').popover();
|
||||
// Generate GA pageview
|
||||
ga('send', 'pageview', location.pathname);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user