mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Restored broken settings dialog
This commit is contained in:
parent
59bf509dcf
commit
26a65e5c33
@ -25,6 +25,10 @@ define(function (require) {
|
|||||||
|
|
||||||
initialize: function () {
|
initialize: function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
new Settings().fetch({success: function (model, response, options) {
|
||||||
|
self.model = model;
|
||||||
|
self.runInitializers();
|
||||||
|
}});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user