summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 13:23:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 13:23:13 +0200
commit569406f2d3320ee870160bbcd3a1ad8df5346ea5 (patch)
tree8e58b336f4a84200f180453a16292b053aee0ec6 /templates
parent7683efc12dd5fcd3b0c1f9e4f93e2e569b536571 (diff)
add shortcut for jumping to next/previous folder
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index a010d1687..69a158843 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -12,7 +12,7 @@ script('news', [
'vendor/angular-route/angular-route.min',
'vendor/angular-sanitize/angular-sanitize.min',
'vendor/momentjs/min/moment-with-locales.min',
- 'build/app.min',
+ 'build/app',
]);
?>