diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:41:46 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:41:46 +0200 |
| commit | c7f67886297736cea067f5213b4062621ebe43f7 (patch) | |
| tree | 1fcdec345f77c2d792d2eae43f3f66da26ffaa7f /public/assets/js | |
| parent | 75e88aa761e89937fa37337eee2a45f7ad646a31 (diff) | |
filters :) :) yessssssss
Diffstat (limited to 'public/assets/js')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootfilters.js | 4 |
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); |
