[P2-php-svn] [807] expack:

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 26日 (火) 02:07:08 JST


Revision: 807
          http://sourceforge.jp/projects/p2-php/svn/view?view=rev&revision=807
Author:   rsk
Date:     2010-01-26 02:07:08 +0900 (Tue, 26 Jan 2010)

Log Message:
-----------
expack:
- 逆参照ポップアップメニューの位置を上の方に移動。

Modified Paths:
--------------
    p2ex/trunk/js/smartpopup.js


-------------- next part --------------
Modified: p2ex/trunk/js/smartpopup.js
===================================================================
--- p2ex/trunk/js/smartpopup.js	2010-01-25 16:57:05 UTC (rev 806)
+++ p2ex/trunk/js/smartpopup.js	2010-01-25 17:07:08 UTC (rev 807)
@@ -43,6 +43,11 @@
 		spm.appendItem('ˆø—p‚µ‚ăŒƒX', [aThread, 'post_form.php', 'inyou=' + ((2 & opt[1]) + 1).toString()]);
 	}
 
+	// ‹tŽQÆ
+	spm.appendItem('‹tŽQÆ', (function (event) {
+		SPM.openFilter(aThread, 'rres', 'on', event);
+	}));
+
 	// ‚±‚±‚Ü‚Å“Ç‚ñ‚¾
 	spm.appendItem('‚±‚±‚Ü‚Å“Ç‚ñ‚¾', (function () {
 		SPM.httpcmd('setreadnum', aThread, SPM.callbacks.setreadnum);
@@ -74,11 +79,6 @@
 		var SpmFilter = false;
 	}
 
-	// ‹tŽQÆ
-	spm.appendItem('‹tŽQÆ', (function (event) {
-		SPM.openFilter(aThread, 'rres', 'on', event);
-	}));
-
 	// ƒAƒNƒeƒBƒuƒ‚ƒi[
 	if (opt[4] == 1) {
 		spm.appendItem('AA—pƒtƒHƒ“ƒg', (function () {



P2-php-svn メーリングリストの案内
Back to archive index