Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 63: Line 63:


                 setTimeout(function() {
                 setTimeout(function() {
                     $button.find('span').text('Copiar código');
                     $button.find('span').text('Copy');
                     $button.css({'background': '#343a40', 'border-color': '#495057'});
                     $button.css({'background': '#343a40', 'border-color': '#495057'});
                 }, 2000);
                 }, 2000);