parsee-mizuhashi commited on
Commit
75910b1
·
1 Parent(s): 41ef9b9
Files changed (1) hide show
  1. index.html +0 -8
index.html CHANGED
@@ -22,17 +22,9 @@ config = localStorage.getItem('config');
22
  mofuness = true;
23
  if (config == null){config="{}";} //you a-assume eveyone h-have wocawstowage weady
24
  config = JSON.parse(config); //Hewwo mofu whwrw dwd u gw
25
- if (!confg.hasOwnProperty("preloda")){
26
- mofuness = false;
27
- }
28
  config['comfyUIHostname'] = url;
29
  config['comfyUIPort'] = parseInt(port);
30
  localStorage.setItem("config", JSON.stringify(config));
31
- if (!mofuness){
32
- setTimeout(function () {
33
- location.reload()
34
- }, 1000)
35
- }
36
  }
37
  //that wanguage i-is m-much s-sanew than t-this o-one i-i'm c-cuwwentwy using w-wight nyow nyya~
38
  </script>
 
22
  mofuness = true;
23
  if (config == null){config="{}";} //you a-assume eveyone h-have wocawstowage weady
24
  config = JSON.parse(config); //Hewwo mofu whwrw dwd u gw
 
 
 
25
  config['comfyUIHostname'] = url;
26
  config['comfyUIPort'] = parseInt(port);
27
  localStorage.setItem("config", JSON.stringify(config));
 
 
 
 
 
28
  }
29
  //that wanguage i-is m-much s-sanew than t-this o-one i-i'm c-cuwwentwy using w-wight nyow nyya~
30
  </script>