mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Animate settings
This commit is contained in:
parent
688028126b
commit
9a6e191bf6
@ -31,7 +31,7 @@ define(function (require) {
|
||||
settings: function (event) {
|
||||
event.preventDefault();
|
||||
var view = new SettingsView();
|
||||
new Backbone.BootstrapModal({ content: view }).open()
|
||||
new Backbone.BootstrapModal({ content: view, animate: true }).open()
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user