OSDN Git Service

Cleanup only
[pukiwiki/pukiwiki.git] / skin / default.js
index 26ea348..f8e975f 100644 (file)
@@ -1,3 +1,8 @@
+/////////////////////////////////////////////////
+// PukiWiki - Yet another WikiWikiWeb clone.
+//
+// $Id: default.js,v 1.2 2004/04/03 15:56:08 arino Exp $
+//
 function open_mini(URL,width,height){
        aWindow = window.open(URL, "mini", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width="+width+",height="+height);
 }