OSDN Git Service

3.15 taka-san version
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / javascript / admin.js
index 06045f8..e56695b 100755 (executable)
@@ -1,18 +1,3 @@
-/**\r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *  \r
-  * Some JavaScript code for the admin area\r
-  *\r
-  * $Id: admin.js,v 1.1.1.1 2005-02-28 07:14:41 kimitake Exp $\r
-  */\r
-\r
 function help(url) {\r
        popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=500,height=500,top=0,left=0');\r
        if (popup.focus) popup.focus();\r