Browse Source

FIX jquery

boyska 5 years ago
parent
commit
426dc79e2a
2 changed files with 2 additions and 2 deletions
  1. 1 0
      panelui/res/static/js/jquery-3.3.1.slim.min.js
  2. 1 2
      panelui/res/templates/home.html

File diff suppressed because it is too large
+ 1 - 0
panelui/res/static/js/jquery-3.3.1.slim.min.js


+ 1 - 2
panelui/res/templates/home.html

@@ -61,8 +61,7 @@
     </div>
 </div>
 
-        <!-- TODO: move to static/ -->
-        <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+        <script src="{{.BaseURL}}static/js/jquery-3.3.1.slim.min.js"></script>
         <script src="{{.BaseURL}}static/js/bootstrap.min.js"></script>
     </body>
 </html>

Some files were not shown because too many files changed in this diff