Update classic.php

This commit is contained in:
qkqpttgf 2020-04-21 17:06:50 +08:00 committed by GitHub
parent bb943b8551
commit 443348f822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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