Browse Source

get jquery via https from google's cdn

Jörg Dietrich 11 years ago
parent
commit
5d0a5d2ec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      liquid_tags/notebook.py

+ 1 - 1
liquid_tags/notebook.py

@@ -142,7 +142,7 @@ init_mathjax = function() {
 }
 init_mathjax();
 </script>
-<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
 <script type="text/javascript">
 jQuery(document).ready(function($) {