fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-17 10:01 am

[dw-free] openids cannot select icons in ?mode=reply

[commit: http://hg.dwscoalition.org/dw-free/rev/df0306930552]

http://bugs.dwscoalition.org/show_bug.cgi?id=2959

Don't disable icon dropdown for logged in openid users.

Patch by [personal profile] fu.

Files modified:
  • htdocs/js/talkpost.js
--------------------------------------------------------------------------------
diff -r b89e286f4d4c -r df0306930552 htdocs/js/talkpost.js
--- a/htdocs/js/talkpost.js	Tue Aug 17 17:42:33 2010 +0800
+++ b/htdocs/js/talkpost.js	Tue Aug 17 18:00:54 2010 +0800
@@ -122,7 +122,7 @@ function handleRadios(sel) {
         }
     }
 
-    if (sel_pickw.disabled = (sel != 1)) sel_pickw.value='';
+    if (sel_pickw.disabled = (sel != 1 && sel != 4 )) sel_pickw.value='';
 }
 
 function submitHandler() {
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org