Skip to content

Commit 045a9e1

Browse files
author
Kristan Kenney
committed
Fix jQuery paths and ensure correct theme loads
1 parent 42ef7ff commit 045a9e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/templates/admin/list_server_info.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
8-
<link rel="stylesheet" href="/css/active-theme.css?1446554103">
8+
<link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
99
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
1111
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
1212
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>
13-
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
14-
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
15-
<script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
13+
<script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js"></script>
14+
<script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
15+
<script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js"></script>
1616
<script type="text/javascript" src="/js/events.js"></script>
1717
</head>
1818
<body>

web/templates/admin/list_weblog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?=__('Web Log Manager')?> - <?=__('Hestia Control Panel');?></title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
8-
<link rel="stylesheet" href="/css/active-theme.css?1446554103">
8+
<link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
99
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
1111
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />

0 commit comments

Comments
 (0)