OSDN Git Service

Update javascript.js
authorKazuki Suzuki Przyborowski <kazuki.przyborowski@gmail.com>
Wed, 31 Jul 2019 04:41:38 +0000 (23:41 -0500)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2019 04:41:38 +0000 (23:41 -0500)
javascript.js

index 33871d5..53e075a 100644 (file)
@@ -55,7 +55,7 @@ function GetUserTimeZone() {
         tzname = false;
         return false;
     }
-    if()
+    if(tzname!=false)
     {
     document.getElementById("YourOffSet").value = tzname;
     return true;