summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/build/app.js b/js/build/app.js
index aea02b060..3cfe28892 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -170,9 +170,9 @@
});
this.orderBy = (function() {
if (SettingsResource.get('oldestFirst')) {
- return '-id';
- } else {
return 'id';
+ } else {
+ return '-id';
}
});
this.isCompactView = (function() {
@@ -1028,7 +1028,7 @@
}
}
}));
- }(window, document, jQuery));
+ }(window, document, $));
var call = Function.prototype.call.bind(Function.prototype.call);
var hasOwn = Object.prototype.hasOwnProperty;
window.items = function(obj) {