Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94c609 commit 85a407aCopy full SHA for 85a407a
doc/api/api_changes.rst
@@ -399,6 +399,18 @@ mpl.py
399
Remove the module `matplotlib.mpl`. Deprecated in 1.3 by
400
PR #1670 and commit 78ce67d161625833cacff23cfe5d74920248c5b2
401
402
+bundled jquery
403
+--------------
404
+
405
+The version of jquery bundled with the webagg backend has been upgrade
406
+from 1.7.1 to 1.11.3. If you are using the version of jquery bundled
407
+with webagg you will need up update you html file as such
408
409
+.. code-block:: diff
410
411
+ - <script src="_static/jquery/js/jquery-1.7.1.min.js"></script>
412
+ + <script src="_static/jquery/js/jquery-1.11.3.min.js"></script>
413
414
415
Changes in 1.4.x
416
================
0 commit comments