summaryrefslogtreecommitdiffstats
path: root/js/gui
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 01:44:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 01:44:20 +0200
commitbad22a2d3dc56c4b155b9c50f3362d0075ca7ec2 (patch)
treeef8bbb1df3f5272ac617b7e5b6320c974b31e0c3 /js/gui
parent03e5aceb9867d49e63d35f18802ed83a22a9e988 (diff)
fix ordering by oldest first
Diffstat (limited to 'js/gui')
-rw-r--r--js/gui/KeyboardShortcuts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gui/KeyboardShortcuts.js b/js/gui/KeyboardShortcuts.js
index ad0943cde..6f19e48bc 100644
--- a/js/gui/KeyboardShortcuts.js
+++ b/js/gui/KeyboardShortcuts.js
@@ -168,4 +168,4 @@
}
});
-}(window, document, jQuery)); \ No newline at end of file
+}(window, document, $)); \ No newline at end of file