mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Do not reload until upload is complete
This commit is contained in:
parent
c125645823
commit
269cb62ec1
@ -31,10 +31,10 @@ define(function (require) {
|
||||
iframe: true
|
||||
}).complete(function(data) {
|
||||
modal.close();
|
||||
self.missions.fetch();
|
||||
Backbone.history.navigate('#missions', true)
|
||||
self.missions.fetch({success : function () {
|
||||
Backbone.history.navigate('#missions', true);
|
||||
}});
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user