Index: trunk/extensions/LiquidThreads/newmessages.js |
— | — | @@ -35,7 +35,6 @@ |
36 | 36 | |
37 | 37 | // Add the "undo" link. |
38 | 38 | var undoURL = wgArticlePath.replace( '$1', wgPageName ); |
39 | | - alert( undoURL ); |
40 | 39 | var query = 'lqt_method=mark_as_unread&lqt_operand='+operand; |
41 | 40 | if ( undoURL.indexOf('?') == -1 ) { |
42 | 41 | query = '?'+query; |