Skip to content

Commit

Permalink
Update classic.php
Browse files Browse the repository at this point in the history
  • Loading branch information
qkqpttgf authored Apr 21, 2020
1 parent bb943b8 commit 443348f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theme/classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ function CopyAllDownloadUrl(str) {
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) {
Expand Down

0 comments on commit 443348f

Please sign in to comment.