MGLDZM commited on
Commit
ae5a484
1 Parent(s): e462aee

Update static/main.html

Browse files
Files changed (1) hide show
  1. static/main.html +1 -10
static/main.html CHANGED
@@ -71,16 +71,7 @@
71
  let versionLocal = localStorage.getItem("version")
72
  let versionRemota = "{% version %}"
73
 
74
- if(versionLocal != versionRemota){
75
- localStorage.setItem("version", versionRemota)
76
- $("#updates")[0].showModal();
77
- $(document).on("click", function(){
78
- $("#updates")[0].close();
79
- $(document).off("click")
80
- $(document).trigger("chat:creado");
81
- })
82
- }
83
-
84
  </script>
85
  </body>
86
  </html>
 
71
  let versionLocal = localStorage.getItem("version")
72
  let versionRemota = "{% version %}"
73
 
74
+
 
 
 
 
 
 
 
 
 
75
  </script>
76
  </body>
77
  </html>