Skip to content

Commit

Permalink
wikitoolbox.js: Alright, that's embarrassing...
Browse files Browse the repository at this point in the history
/me goes back to learn jQuery

Signed-off-by: Zhaofeng Li <hello@zhaofeng.li>
  • Loading branch information
zhaofengli committed Nov 29, 2014
1 parent 8a0ec38 commit e5d899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wikitoolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function rlSetUpForm() {
</form>\
</div>" );
if ( !rlIsWatching() ) {
var nowatch = $( "<input>" ).name( "nowatch" ).type( "hidden" ).value( "y" );
var nowatch = $( "<input>" ).attr( "name", "nowatch" ).attr( "type", "hidden" ).val( "y" );
$( "#reflinks-form" ).append( nowatch );
}
$( "html, body" ).animate( {
Expand Down

0 comments on commit e5d899c

Please sign in to comment.