OSDN Git Service

JavaScript function open_mini() was used before 1.3 (See official:%E8%B3%AA%E5%95...
authorhenoheno <henoheno>
Sun, 4 Dec 2005 05:31:49 +0000 (14:31 +0900)
committerhenoheno <henoheno>
Sun, 4 Dec 2005 05:31:49 +0000 (14:31 +0900)
skin/default.js [deleted file]

diff --git a/skin/default.js b/skin/default.js
deleted file mode 100644 (file)
index 9fc73ed..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: default.js,v 1.3 2005/05/01 02:43:27 henoheno Exp $
-// Copyright (C) 2001-2002 Originally written by yu-ji
-// License: GPL v2 or (at your option) any later version
-//
-// Default JavaScript for default skin
-
-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);
-}