User "Krinkle" posted a comment on MediaWiki.r91046. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/91046#c18949 Commit summary:
adding a couple more validators to submitSend since we are doing just-in-time now - extra safe Comment: <pre>+ ... $( '#mw-wikilove-title' ).val().length <= 0 )</pre> <code>val()</code> always returns a string so the length property is always available and returns atleast 0 (or higher). I removed the "less than" in r91083 as it can't be less than 0 afaik (unlike indexOf). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
