Merge pull request #71 from qkqpttgf/master

Update classic.php
pull/98/head
Mr.Lin 2020-04-26 10:00:42 +08:00 committed by GitHub
commit 9c3ed87055
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) {