diff --git a/frontend/src/uxbox/util/storage.cljs b/frontend/src/uxbox/util/storage.cljs index d20cf0e6f..466fc6c68 100644 --- a/frontend/src/uxbox/util/storage.cljs +++ b/frontend/src/uxbox/util/storage.cljs @@ -15,7 +15,7 @@ (defn- load [alias] - (if (= *target* "nodejs") + (if (or (= *target* "nodejs") (not (exists? js/window))) {} (let [data (.getItem js/localStorage (name alias))] (if data