diff options
Diffstat (limited to 'public/assets/js/lib/views')
| -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); |
