File: deb_no_online_jquery

package info (click to toggle)
scikit-learn 0.18-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 71,040 kB
  • ctags: 91,142
  • sloc: python: 97,257; ansic: 8,360; cpp: 5,649; makefile: 242; sh: 238
file content (15 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/doc/tutorial/machine_learning_map/index.rst
+++ b/doc/tutorial/machine_learning_map/index.rst
@@ -64,9 +64,9 @@ Click on any estimator in the chart belo
     </style>
 
     <body>
-        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
-	<script type="text/javascript" src="../../_static/jquery.maphilight.min.js"></script>
-	<script type="text/javascript" src="../../_static/jquery.min.js"></script>
+    <!-- jquery.min.js ref from online was removed to satisfy Debian policy and in favor of below local copy -->
+	<script type="text/javascript" src="../../_static/jquery.maphilight.js"></script>
+	<script type="text/javascript" src="../../_static/jquery.js"></script>
 	<script type="text/javascript">$(function() {
 		$('.map').maphilight({
 	            fade: true