Added missing event when closing the settings dialog

This commit is contained in:
Gina Häußge 2015-05-07 15:23:40 +02:00
parent ea93ba6a77
commit 9d3a029e10

View file

@ -151,7 +151,7 @@ $(function() {
});
}
});
self.settingsDialog.on('hidden', function() {
self.settingsDialog.on('hidden', function(event) {
if (event.target.id == "settings_dialog") {
_.each(allViewModels, function(viewModel) {
if (viewModel.hasOwnProperty("onSettingsHidden")) {