mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
@@ -88,7 +88,6 @@ define(
|
||||
|
||||
onShow: function () {
|
||||
this.history.show(new LoadingView());
|
||||
//this.collection.fetch();
|
||||
this._showToolbar();
|
||||
},
|
||||
|
||||
@@ -160,8 +159,9 @@ define(
|
||||
this.collection.state.currentPage = 1;
|
||||
var promise = this.collection.setFilterMode(mode);
|
||||
|
||||
if (buttonContext)
|
||||
if (buttonContext) {
|
||||
buttonContext.ui.icon.spinForPromise(promise);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user