• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision67ecd4328c426a8ebf1a01e7a488696832e4f131 (tree)
l'heure2005-12-04 14:34:18
Auteurhenoheno <henoheno>
Commiterhenoheno

Message de Log

JavaScript function open_mini() was used before 1.3 (See official:%E8%B3%AA%E5%95%8F%E7%AE%B1%2F28)

Change Summary

Modification

--- a/skin/default.js
+++ /dev/null
@@ -1,8 +0,0 @@
1-/////////////////////////////////////////////////
2-// PukiWiki - Yet another WikiWikiWeb clone.
3-//
4-// $Id: default.js,v 1.1.2.1 2004/04/03 16:35:51 arino Exp $
5-//
6-function open_mini(URL,width,height){
7- aWindow = window.open(URL, "mini", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width="+width+",height="+height);
8-}
--- a/skin/pukiwiki.skin.en.php
+++ b/skin/pukiwiki.skin.en.php
@@ -2,7 +2,7 @@
22 /////////////////////////////////////////////////
33 // PukiWiki - Yet another WikiWikiWeb clone.
44 //
5-// $Id: pukiwiki.skin.en.php,v 1.14.2.7 2005/10/16 08:45:12 henoheno Exp $
5+// $Id: pukiwiki.skin.en.php,v 1.14.2.8 2005/12/04 05:34:18 henoheno Exp $
66 //
77
88 if (!defined('DATA_DIR')) { exit; }
@@ -25,7 +25,6 @@ global $page_title;
2525
2626 <title><?php echo $page_title ?> - <?php echo $title ?></title>
2727 <link rel="stylesheet" href="skin/default.en.css" type="text/css" media="screen" charset="iso-8859-1">
28- <script language=javascript src="skin/default.js"></script>
2928 </head>
3029 <body>
3130 <div>
--- a/skin/pukiwiki.skin.ja.php
+++ b/skin/pukiwiki.skin.ja.php
@@ -2,7 +2,7 @@
22 /////////////////////////////////////////////////
33 // PukiWiki - Yet another WikiWikiWeb clone.
44 //
5-// $Id: pukiwiki.skin.ja.php,v 1.15.2.7 2005/10/16 08:45:12 henoheno Exp $
5+// $Id: pukiwiki.skin.ja.php,v 1.15.2.8 2005/12/04 05:34:18 henoheno Exp $
66 //
77
88 if (!defined('DATA_DIR')) { exit; }
@@ -25,7 +25,6 @@ global $page_title;
2525
2626 <title><?php echo $page_title ?> - <?php echo $title?></title>
2727 <link rel="stylesheet" href="skin/default.ja.css" type="text/css" media="screen" charset="shift_jis">
28- <script language=javascript src="skin/default.js"></script>
2928 </head>
3029 <body>
3130 <div>