Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuiyong committed Apr 18, 2016
1 parent 48e73b7 commit 0894e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/user/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class="btn btn-default btn-sm">
if (!o.code) {
location.reload();
} else {
alert('<?= yii::t('conf', 'js copy failed') ?>' + o.msg);
alert(o.msg);
}
})
});
Expand Down

0 comments on commit 0894e1d

Please sign in to comment.