r88703 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88702‎ | r88703 | r88704 >
Date:23:08, 23 May 2011
Author:janpaul123
Status:ok
Tags:
Comment:
Followup to r88699, fix by Krinkle
Modified paths:
  • /trunk/extensions/WikiLove/wikiLove.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/wikiLove.js
@@ -303,7 +303,7 @@
304304 'header': $( '#wlHeader' ).val(),
305305 'msg': msg,
306306 'type': $.wikiLove.currentTypeId
307 - + ($.wikiLove.currentSubtypeId !== null ? '-' + $.wikiLove.currentSubtypeId : ''),
 307+ + ($.wikiLove.currentSubtypeId !== null ? '-' + $.wikiLove.currentSubtypeId : '')
308308 };
309309
310310 if ( $( '#wlNotifyCheckbox:checked' ).val() && $.wikiLove.emailable ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88699All kinds of fixes per https://secure.wikimedia.org/wikipedia/mediawiki/wiki/...janpaul12322:45, 23 May 2011

Status & tagging log