From 4a84b039c1fb97ea19eb42c07ceee24f297a9d69 Mon Sep 17 00:00:00 2001 From: perploug Date: Tue, 10 Sep 2013 18:04:03 +0200 Subject: [PATCH] remove debugging alert --- .../umbraco_client/Application/UmbracoClientManager.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco_client/Application/UmbracoClientManager.js b/src/Umbraco.Web.UI/umbraco_client/Application/UmbracoClientManager.js index 5d2ec4d268..68246b4268 100644 --- a/src/Umbraco.Web.UI/umbraco_client/Application/UmbracoClientManager.js +++ b/src/Umbraco.Web.UI/umbraco_client/Application/UmbracoClientManager.js @@ -103,8 +103,6 @@ Umbraco.Sys.registerNamespace("Umbraco.Application"); }, 200); }, contentFrame: function (strLocation) { - - alert(strLocation); /// /// This will return the reference to the right content frame if strLocation is null or empty, /// or set the right content frames location to the one specified by strLocation.