fixes broken dialogs in firefox
This commit is contained in:
@@ -349,7 +349,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
|
||||
else {
|
||||
//instead of calling just the dialog service we funnel it through the global
|
||||
//event emitter
|
||||
getRootScope().$emit("closeDialogs", event);
|
||||
getRootScope().$emit("closeDialogs", undefined);
|
||||
}
|
||||
},
|
||||
_debug: function(strMsg) {
|
||||
|
||||
Reference in New Issue
Block a user