Index: trunk/extensions/WikiLove/wikiLove.js |
— | — | @@ -178,7 +178,6 @@ |
179 | 179 | $( '#wlPreview' ).hide(); |
180 | 180 | $.wikiLove.previewData = null; |
181 | 181 | } |
182 | | - return false; |
183 | 182 | }, |
184 | 183 | |
185 | 184 | /* |
— | — | @@ -309,7 +308,6 @@ |
310 | 309 | if ( $( '#wlNotifyCheckbox:checked' ).val() && $.wikiLove.emailable ) { |
311 | 310 | $.wikiLove.previewData.mail = $.wikiLove.prepareMsg( $.wikiLove.currentTypeOrSubtype.mail ); |
312 | 311 | } |
313 | | - return false; |
314 | 312 | }, |
315 | 313 | |
316 | 314 | showError: function( errmsg ) { |
— | — | @@ -385,7 +383,6 @@ |
386 | 384 | e.preventDefault(); |
387 | 385 | $.wikiLove.doSend( $.wikiLove.previewData.header, $.wikiLove.previewData.msg, |
388 | 386 | $.wikiLove.previewData.type, $.wikiLove.previewData.notify ); |
389 | | - return false; |
390 | 387 | }, |
391 | 388 | |
392 | 389 | /* |
— | — | @@ -482,7 +479,6 @@ |
483 | 480 | $( '#wlGallery a' ).removeClass( 'selected' ); |
484 | 481 | $( this ).addClass( 'selected' ); |
485 | 482 | $( '#wlImage' ).val( $.wikiLove.gallery[$( this ).attr( 'id' )] ); |
486 | | - return false; |
487 | 483 | }) |
488 | 484 | ); |
489 | 485 | $.wikiLove.gallery['wlGalleryImg' + index] = page.title; |
— | — | @@ -562,7 +558,6 @@ |
563 | 559 | $( '#wlGallery a' ).removeClass( 'selected' ); |
564 | 560 | $( this ).addClass( 'selected' ); |
565 | 561 | $( '#wlImage' ).val( $.wikiLove.gallery[$( this ).attr( 'id' )] ); |
566 | | - return false; |
567 | 562 | }) |
568 | 563 | ); |
569 | 564 | |
— | — | @@ -590,7 +585,6 @@ |
591 | 586 | $( '#ca-wikilove a' ).click( function( e ) { |
592 | 587 | $.wikiLove.openDialog(); |
593 | 588 | e.preventDefault(); |
594 | | - return false; |
595 | 589 | }); |
596 | 590 | } |
597 | 591 | }; |