1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Clean up load more

This commit is contained in:
Toby Zerner
2015-01-23 12:47:19 +10:30
parent ad269fdb5a
commit ea1b01e6b3
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ export default Ember.ArrayController.extend(Ember.Evented, PaneableMixin, {
filter: '',
searchQuery: '',
loadingMore: false,
sortOptions: [
{sort: 'recent', label: 'Recent'},