minor typo in previous commit

This commit is contained in:
perploug
2013-10-20 20:00:04 +02:00
parent 9000ece7d1
commit d9a1d3438b

View File

@@ -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",