Changes between Version 1 and Version 2 of Ticket #996, comment 10
- Timestamp:
- Jan 25, 2017, 12:41:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #996, comment 10
v1 v2 8 8 IMHO it's not a good idea to mess with JS disabled scenario and put a comment like that :/ 9 9 10 {{{ 11 $("#password").after('<input type="text" value="" name="password_clear" id="password_clear" style="width:100%" /><label><br><input type="checkbox" id="password_boolean" />Show password</label>'); 12 }}} 13 10 14 I checked it out, it works! :) 11 12 {{{13 $("#password").after('<input type="text" value="" name="password_clear" id="password_clear" /><label><br><input type="checkbox" id="password_boolean" />Show password</label>');14 }}}