Skip to content

Commit 3e8e3b6

Browse files
committed
Change to local and slim jquery version, thanks to @johnnyq.
1 parent 3b02f96 commit 3e8e3b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

web/inc/jquery/jquery-3.3.1.slim.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Hestia - <?=__($TAB)?></title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
88
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
9+
<script src="/inc/jquery/jquery-3.3.1.slim.min"></script>
1010
<script>
1111
//
1212
// GLOBAL SETTINGS

0 commit comments

Comments
 (0)