8000 Fix broken links in JavaScript animations. · matplotlib/matplotlib@2715383 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2715383

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)
0