Small ZeroClipboard corrections
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
var clipboardClient = new ZeroClipboard( document.getElementsByClassName("copy-button") );
|
||||
|
||||
var copied = "<?php yourls_e( 'Copied', 'isq_translation'); ?>";
|
||||
var copied = "<?php yourls_e( 'Copied!', 'isq_translation'); ?>";
|
||||
|
||||
clipboardClient.on( 'aftercopy', function(event) {
|
||||
event.target.innerHTML = copied;
|
||||
|
||||
Reference in New Issue
Block a user