User "Krinkle" posted a comment on MediaWiki.r98080. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98080#c23311 Commit summary:
MoodBar: Write the filter state to a cookie and read it on page load. This still needs AJAX filtering to be implemented and the on-page-load state to actually take effect. Comment: <pre> + var cookieTypes = $.cookie( 'moodbar-feedback-types' ); + $username = $( '#fbd-filters-username' ); </pre> $username goes global. This is further ruined by r98116 with a syntax error when the semi colon became a comma. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
