From 85155175cb619f63b4ba99c737d138efea650fca Mon Sep 17 00:00:00 2001 From: perploug Date: Thu, 14 Nov 2013 09:07:40 +0100 Subject: [PATCH] fixes broken dialogs in firefox --- src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js b/src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js index bfc7ddebac..2e337e13ab 100644 --- a/src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js +++ b/src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js @@ -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) {