Browse Source

added iguana cache instance/fork port to sessionStorage

all-modes
Satinder Grewal 8 years ago
parent
commit
0afb1750f7
  1. 4
      gui/loading.js

4
gui/loading.js

@ -74,7 +74,9 @@ function StartIguana_Cache() {
contentType: 'application/json', // send as JSON
})
start_iguana_cache.done(function(data) {
console.log(data);
_data = JSON.parse(data);
console.log(_data.result);
sessionStorage.setItem('IguanaCachePort', _data.result);
});
}

Loading…
Cancel
Save