aapssfc/book/common/js/jquery-fix.js
2015-03-03 15:56:44 +01:00

4 lines
200 B
JavaScript

// The Bootstrap-based Sphinx theme uses $jqTheme
// Setting $ is needed to override the (old!) version of jQuery packaged with Sphinx
var $jqTheme = jQuery.noConflict();
var $ = jQuery.noConflict();