X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=skin%2Fdefault.js;h=f8e975fdb53efe86135af6e4fb83797f43204903;hb=5fa79eae895f77cdff6c4c1f3c6e2c7ecbea2dd5;hp=26ea348c81c4755575fd11f267b178981032114b;hpb=972d87eb870c1fce347cc3ad2c90bc2ba45c23ff;p=pukiwiki%2Fpukiwiki.git diff --git a/skin/default.js b/skin/default.js index 26ea348..f8e975f 100644 --- a/skin/default.js +++ b/skin/default.js @@ -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); }