aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 5dd847f34..a569c3227 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -46,10 +46,10 @@ class indexController extends ActionController {
Request::_param ('output', $output);
}
- View::appendScript (Url::display ('/scripts/shortcut.js'));
+ View::appendScript (Url::display ('/scripts/shortcut.js?' . filemtime(PUBLIC_PATH . '/scripts/shortcut.js')));
if ($output == 'global') {
- View::appendScript (Url::display ('/scripts/global_view.js'));
+ View::appendScript (Url::display ('/scripts/global_view.js?' . filemtime(PUBLIC_PATH . '/scripts/global_view.js')));
}
}