Ticket #1754: 1754.diff
File 1754.diff, 791 bytes (added by , 6 years ago) |
---|
-
wordpress.org/public_html/style/trac/wp-trac.js
77 77 wpTrac.focuses.init(); 78 78 } 79 79 } 80 if ( window.location.pathname === '/browser' ) { 81 $('#repoindex tbody .odd .name a[href="/browser/tests"]').parent().append('<p style="display:inline">Deprecated. Please see default repository'); 82 } 83 84 if ( window.location.pathname.substring(0,14) === '/browser/tests' ) { 85 $('#content h1').append('<p style="display:inline">Deprecated. Please see <a href="/browser">default repository</a>'); 86 } 80 87 }, 81 88 82 89 showContributorLabels: function( labels ) {