@smartface/smartface.updater
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@smartface/smartface.updater", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "SmartfaceCloud Updater plugin", | ||
@@ -5,0 +5,0 @@ "main": "smf.updater.js", |
@@ -113,3 +113,3 @@ define(function(require, exports, module) { | ||
function checkUpdate() { | ||
if (window.location.search.indexOf('skipUpdate=1') > -1) { | ||
if (!c9.isAdmin || window.location.search.indexOf('skipUpdate=1') > -1) { | ||
return closeDialog(); | ||
@@ -116,0 +116,0 @@ } |
8999