1 2 3 4 5 6 7 8 9 10 11 12
|
--- a/doc/tutorial/machine_learning_map/index.rst
+++ b/doc/tutorial/machine_learning_map/index.rst
@@ -64,9 +64,8 @@ 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>
<script type="text/javascript">$(function() {
$('.map').maphilight({
fade: true
|