Update classic.php

pull/578/head v2.2
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.select();
tmptextarea.setSelectionRange(0, tmptextarea.value.length); tmptextarea.setSelectionRange(0, tmptextarea.value.length);
document.execCommand("copy"); document.execCommand("copy");
//alert(tmptextarea.innerHTML); alert(tmptextarea.innerHTML+"<?php echo getconstStr('Success');?>");
alert('Success');
} }
var sort=0; var sort=0;
function sortby(string) { function sortby(string) {