MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 63: | Line 63: | ||
setTimeout(function() { | setTimeout(function() { | ||
$button.find('span').text(' | $button.find('span').text('Copy'); | ||
$button.css({'background': '#343a40', 'border-color': '#495057'}); | $button.css({'background': '#343a40', 'border-color': '#495057'}); | ||
}, 2000); | }, 2000); | ||