diff options
Diffstat (limited to 'inc/html.inc.php')
-rw-r--r-- | inc/html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 42b05ed..7bc1852 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -48,7 +48,7 @@ EOT; | |||
48 | 48 | ||
49 | if ($CONFIG['showtime']) { | 49 | if ($CONFIG['showtime']) { |
50 | echo <<<EOT | 50 | echo <<<EOT |
51 | <script type="text/javascript" src="//code.jquery.com/jquery-2.1.1.min.js"></script> | 51 | <script type="text/javascript" src="{$html_weburl}js/jquery-2.1.1.min.js"></script> |
52 | <script type="text/javascript" src="{$html_weburl}js/jquery.timeago.js"></script> | 52 | <script type="text/javascript" src="{$html_weburl}js/jquery.timeago.js"></script> |
53 | 53 | ||
54 | EOT; | 54 | EOT; |