Update classic.php

This commit is contained in:
qkqpttgf 2020-03-26 17:39:17 +08:00 committed by GitHub
parent 09553fff82
commit d4d5895455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -705,8 +705,7 @@
tmptextarea.select();
tmptextarea.setSelectionRange(0, tmptextarea.value.length);
document.execCommand("copy");
//alert(tmptextarea.innerHTML);
alert('Success');
alert(tmptextarea.innerHTML+'Success');
}
var sort=0;
function sortby(string) {