' 를 " 로 변경

This commit is contained in:
gnuboard
2013-01-15 18:59:37 +09:00
parent c55de7445f
commit a9b15ff30b

View File

@ -260,7 +260,7 @@ function wrestSubmit()
wrestRequired(el);
}
var array_css = el.className.split(' '); // class 를 공백으로 나눔
var array_css = el.className.split(" "); // class 를 공백으로 나눔
el.style.backgroundColor = wrestFldDefaultColor;
@ -348,4 +348,4 @@ function wrestInitialized()
$(document).ready(function(){
// onload
wrestInitialized();
});
});