Przeglądaj źródła

解决jquery错误

tanghongbin 5 lat temu
rodzic
commit
f9abed981d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      web/index.html

+ 2 - 1
web/index.html

@@ -12,7 +12,7 @@
     <link href="css/bootstrap.min.css" rel="stylesheet">
     <link href="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet">
     <script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" type="text/javascript"></script>
+
     <script src="js/jquery.min.js"></script>
     <script src="js/bootstrap.min.js"></script>
     <script src="js/jquery_cookie_min.js"></script>
@@ -667,4 +667,5 @@
     }
 </script>
 </body>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" type="text/javascript"></script>
 </html>