OSDN Git Service

Update versioninfo.php
[idb/iDB.git.git] / javascript.js
index 33871d5..2f3b533 100644 (file)
@@ -7,10 +7,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     Revised BSD License for more details.
 
-    Copyright 2004-2017 iDB Support - http://idb.berlios.de/
-    Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/
+    Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
+    Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
-    $FileInfo: javascript.js - Last Update: 09/12/2018 SVN 870 - Author: cooldude2k $
+    $FileInfo: javascript.js - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
 */
 function getid(id) {
 var itm;
@@ -55,7 +55,7 @@ function GetUserTimeZone() {
         tzname = false;
         return false;
     }
-    if()
+    if(tzname!=false)
     {
     document.getElementById("YourOffSet").value = tzname;
     return true;