[Slashdotjp-dev 1390] [921] Fix to set/unset firehose_usermode correctly

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 1月 7日 (水) 16:27:29 JST


Revision: 921
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=921
Author:   tach
Date:     2009-01-07 16:27:28 +0900 (Wed, 07 Jan 2009)

Log Message:
-----------
Fix to set/unset firehose_usermode correctly

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/Ajax/htdocs/images/common.js


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-01-07 07:24:28 UTC (rev 920)
+++ slashjp/trunk/debian/changelog	2009-01-07 07:27:28 UTC (rev 921)
@@ -6,8 +6,9 @@
   * Fix to change firehose default tab name
   * Fix to use getData() for moderation message using ajax.pl
   * bypass reskey check on insertFireHose() at Journal.pm
+  * Fix to set/unset firehose_usermode correctly
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 29 Dec 2008 14:51:26 +0000
+ -- Taku YASUI <tach****@osdn*****>  Wed,  7 Jan 2009 07:27:03 +0000
 
 slash (2.5.0.231-1) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/Ajax/htdocs/images/common.js
===================================================================
--- slashjp/trunk/plugins/Ajax/htdocs/images/common.js	2009-01-07 07:24:28 UTC (rev 920)
+++ slashjp/trunk/plugins/Ajax/htdocs/images/common.js	2009-01-07 07:27:28 UTC (rev 921)
@@ -351,7 +351,7 @@
 	params.op = 'firehose_set_options';
 	params.reskey = reskey_static;
 	var theForm = document.forms.firehoseform;
-	if (name == "usermode") {
+	if (name == "firehose_usermode") {
 		value = value ? 1 : 0;
 		params.setusermode = 1;
 		params[name] = value;


Slashdotjp-dev メーリングリストの案内
Back to archive index