Changes between Version 1 and Version 2 of Ticket #996, comment 10


Ignore:
Timestamp:
Jan 25, 2017, 12:41:12 PM (8 years ago)
Author:
Vijeth

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #996, comment 10

    v1 v2  
    88IMHO it's not a good idea to mess with JS disabled scenario and put a comment like that :/
    99
     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
    1014I 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 }}}