Skip to content

Commit 644f28c

Browse files
committed
bump
1 parent 2701ce5 commit 644f28c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ module openflow {
435435
var storage = window.localStorage;
436436
var value = storage.getItem("mobiledomain"); // Pass a key name to get its value.
437437
console.log(value);
438-
if (value == "aiotdev-frontend.openrpa.dk" || value == "slagelse.openrpa.dk" || value == "slagelsedev.openrpa.dk") {
438+
if (value == "aiotdev-frontend.openrpa.dk" || value == "slagelse.access-iot.com" || value == "slagelsedev.access-iot.com") {
439439
storage.removeItem("mobiledomain");
440440
value = null;
441441
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.149
1+
0.0.150

0 commit comments

Comments
 (0)