Index: trunk/extensions/WikiLove/wikiLove.js |
— | — | @@ -303,7 +303,7 @@ |
304 | 304 | 'header': $( '#wlHeader' ).val(), |
305 | 305 | 'msg': msg, |
306 | 306 | 'type': $.wikiLove.currentTypeId |
307 | | - + ($.wikiLove.currentSubtypeId !== null ? '-' + $.wikiLove.currentSubtypeId : ''), |
| 307 | + + ($.wikiLove.currentSubtypeId !== null ? '-' + $.wikiLove.currentSubtypeId : '') |
308 | 308 | }; |
309 | 309 | |
310 | 310 | if ( $( '#wlNotifyCheckbox:checked' ).val() && $.wikiLove.emailable ) { |