From d9a1d3438be2e518eb3d0ec9877b18593818ff33 Mon Sep 17 00:00:00 2001 From: perploug Date: Sun, 20 Oct 2013 20:00:04 +0200 Subject: [PATCH] minor typo in previous commit --- src/Umbraco.Web.UI.Client/src/views/common/main.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js index 8d3ae53640..407fcc5b6a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js @@ -79,7 +79,7 @@ function MainController($scope, $location, $routeParams, $rootScope, $timeout, $ updateChecker.check().then(function(update){ if(update && update !== "null"){ - if(update.type !== "Nones"){ + if(update.type !== "None"){ var notification = { headline: "Update available", message: "Click to download",