summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 23:41:46 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 23:41:46 +0200
commitc7f67886297736cea067f5213b4062621ebe43f7 (patch)
tree1fcdec345f77c2d792d2eae43f3f66da26ffaa7f /public
parent75e88aa761e89937fa37337eee2a45f7ad646a31 (diff)
filters :) :) yessssssss
Diffstat (limited to 'public')
-rw-r--r--public/assets/js/lib/views/stream/hootfilters.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/js/lib/views/stream/hootfilters.js b/public/assets/js/lib/views/stream/hootfilters.js
index c58baa4..7aed3f4 100644
--- a/public/assets/js/lib/views/stream/hootfilters.js
+++ b/public/assets/js/lib/views/stream/hootfilters.js
@@ -20,8 +20,8 @@ var HootFilters = View.extend({
music: true,
files: true,
hoots: true,
- sort: "name",
- order: "asc",
+ sort: "date",
+ order: "desc",
};
this.$images.prop("checked", this.state.images);
this.$music.prop("checked", this.state.music);