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
|