Update classic.php

This commit is contained in:
qkqpttgf
2020-03-26 17:47:18 +08:00
committed by GitHub
parent d4d5895455
commit 858fa2811a
+1 -1
View File
@@ -705,7 +705,7 @@
tmptextarea.select();
tmptextarea.setSelectionRange(0, tmptextarea.value.length);
document.execCommand("copy");
alert(tmptextarea.innerHTML+'Success');
alert(tmptextarea.innerHTML+'<?php echo getconstStr('Success'); ?>');
}
var sort=0;
function sortby(string) {