Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2715383

Browse files
committed
Fix broken links in JavaScript animations.
1 parent 561544d commit 2715383

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/_animation_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Javascript template for HTMLWriter
22
JS_INCLUDE = """
33
<link rel="stylesheet"
4-
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/
5-
css/font-awesome.min.css">
4+
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
65
<script language="javascript">
76
function isInternetExplorer() {
87
ua = navigator.userAgent;

0 commit comments

Comments
 (0)