Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
6037a257c3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      nicegui/static/templates/main.html

+ 2 - 2
nicegui/static/templates/main.html

@@ -89,8 +89,8 @@
             window.location.reload();
         });
 
-        var unloading = False;
-        window.onbeforeunload = function () { unloading = True; }
+        var unloading = false;
+        window.onbeforeunload = function () { unloading = true; }
 
         var web_socket_closed = false;
         socket.addEventListener('close', function (event) {