1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Use jquery 3 API
See https://stackoverflow.com/questions/37738732/jquery-3-0-url-indexof-error
Author: Ximin Luo <infinity0@debian.org>
Origin: vendor, Debian
Forwarded: not-needed
Last-Update: 2016-11-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/jupyter_sphinx_theme/jupyter/static/bootstrap-sphinx.js_t
+++ b/jupyter_sphinx_theme/jupyter/static/bootstrap-sphinx.js_t
@@ -51,7 +51,7 @@
.attr("border", 0);
};
- $(window).load(function () {
+ $(window).on('load', function () {
/*
* Scroll the window to avoid the topnav bar
* https://github.com/twbs/bootstrap/issues/1768
|