OSDN Git Service

CHANGED: Adjust popup window size for help.html. (shizuki)
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / javascript / admin.js
index 8d76228..80cd672 100755 (executable)
@@ -15,7 +15,7 @@
   */
 
 function help(url) {
-       popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=500,height=500,top=0,left=0');
+       popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=570,height=550,top=0,left=0');
        if (popup.focus) popup.focus();
        if (popup.GetAttention) popup.GetAttention();
        return false;