Followup to r86202 per CR: Add href=# to trigger hand cursor
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Sun, 17 Apr 2011 13:48:38 +0000 (13:48 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Sun, 17 Apr 2011 13:48:38 +0000 (13:48 +0000)
resources/mediawiki.action/mediawiki.action.view.metadata.js

index a019460..7bc0ef1 100644 (file)
@@ -18,7 +18,8 @@ $( document ).ready( function() {
        var $col = $( '<td colspan="2"></td>' );
 
        var $link = $( '<a></a>', {
-               'text': showText
+               'text': showText,
+               'href': '#'
        }).click(function() {
                if ( $table.is( '.collapsed' ) ) {
                        $( this ).text( hideText );