diff options
author | Nicolas Loeuillet <nloeuillet@auchan.net> | 2014-12-18 10:36:47 +0100 |
---|---|---|
committer | Nicolas Loeuillet <nloeuillet@auchan.net> | 2014-12-18 10:36:47 +0100 |
commit | 4eb71ab5550aa6a668b38b8ea20ecd354f7d25f1 (patch) | |
tree | b5e2c26bdde8237adc85eda7d1cb5be7e8e60082 /install | |
parent | e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e (diff) | |
download | wallabag-4eb71ab5550aa6a668b38b8ea20ecd354f7d25f1.tar.gz wallabag-4eb71ab5550aa6a668b38b8ea20ecd354f7d25f1.tar.zst wallabag-4eb71ab5550aa6a668b38b8ea20ecd354f7d25f1.zip |
change jquery path into installation script
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 06d1a419..ec504160 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -208,7 +208,7 @@ else if (isset($_POST['install'])) { | |||
208 | <link rel="stylesheet" href="themes/baggy/css/main.css" media="all"> | 208 | <link rel="stylesheet" href="themes/baggy/css/main.css" media="all"> |
209 | <link rel="stylesheet" href="themes/baggy/css/messages.css" media="all"> | 209 | <link rel="stylesheet" href="themes/baggy/css/messages.css" media="all"> |
210 | <link rel="stylesheet" href="themes/baggy/css/print.css" media="print"> | 210 | <link rel="stylesheet" href="themes/baggy/css/print.css" media="print"> |
211 | <script src="themes/default/js/jquery-2.0.3.min.js"></script> | 211 | <script src="themes/_global/js/jquery-2.0.3.min.js"></script> |
212 | <script src="themes/baggy/js/init.js"></script> | 212 | <script src="themes/baggy/js/init.js"></script> |
213 | </head> | 213 | </head> |
214 | <body> | 214 | <body> |