Index: trunk/extensions/Contest/resources/contest.contestant.pager.css |
— | — | @@ -6,6 +6,6 @@ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
10 | | -.contestant-row td:hover { |
| 10 | +/*.contestant-row td:hover { |
11 | 11 | cursor: pointer; |
12 | | -} |
\ No newline at end of file |
| 12 | +}*/ |
\ No newline at end of file |
Index: trunk/extensions/Contest/resources/contest.contestant.pager.js |
— | — | @@ -8,12 +8,15 @@ |
9 | 9 | |
10 | 10 | (function( $, mw ) { |
11 | 11 | |
12 | | - $( document ).ready( function() { |
| 12 | +// $( document ).ready( function() { |
| 13 | +// |
| 14 | +// $( '.contestant-row' ).click( function( e ) { |
| 15 | +// window.open( |
| 16 | +// $( this ).attr( 'data-contestant-target' ), |
| 17 | +// e.metaKey ? '_blank' : '_self' |
| 18 | +// ); |
| 19 | +// } ); |
| 20 | +// |
| 21 | +// } ); |
13 | 22 | |
14 | | - $( '.contestant-row' ).click( function() { |
15 | | - window.location = $( this ).attr( 'data-contestant-target' ); |
16 | | - } ); |
17 | | - |
18 | | - } ); |
19 | | - |
20 | 23 | })( window.jQuery, window.mediaWiki ); |