'copy' 를 쌍따옴표로 감싸기

This commit is contained in:
whitedot
2013-03-07 14:10:55 +09:00
parent 669039e74d
commit 13c26702d7

View File

@ -211,7 +211,7 @@ function fboardlist_submit(f) {
function select_copy(sw) { function select_copy(sw) {
var f = document.fboardlist; var f = document.fboardlist;
if (sw == 'copy') if (sw == "copy")
str = "복사"; str = "복사";
else else
str = "이동"; str = "이동";