From bad22a2d3dc56c4b155b9c50f3362d0075ca7ec2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Sep 2014 01:44:20 +0200 Subject: fix ordering by oldest first --- js/gui/KeyboardShortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/gui/KeyboardShortcuts.js') 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 -- cgit v1.2.3