Bootstrap popovers are no longer used.
This commit is contained in:
@@ -114,7 +114,6 @@ script(type="text/javascript").
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$(page_overlay).find('.nav-prev').click(function(e){
|
$(page_overlay).find('.nav-prev').click(function(e){
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
@@ -133,10 +132,6 @@ script(type="text/javascript").
|
|||||||
$(this).removeClass('active').hide().html();
|
$(this).removeClass('active').hide().html();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (typeof $().popover != 'undefined'){
|
|
||||||
$('#asset-license').popover();
|
|
||||||
}
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
var $content_type = $(".js-type");
|
var $content_type = $(".js-type");
|
||||||
|
@@ -113,7 +113,6 @@ include ../_scripts
|
|||||||
|
|
||||||
| {% block footer_scripts %}
|
| {% block footer_scripts %}
|
||||||
script.
|
script.
|
||||||
$('#asset-license').popover();
|
|
||||||
// Generate GA pageview
|
// Generate GA pageview
|
||||||
ga('send', 'pageview', location.pathname);
|
ga('send', 'pageview', location.pathname);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user