' 를 " 로 변경
This commit is contained in:
@ -260,7 +260,7 @@ function wrestSubmit()
|
|||||||
wrestRequired(el);
|
wrestRequired(el);
|
||||||
}
|
}
|
||||||
|
|
||||||
var array_css = el.className.split(' '); // class 를 공백으로 나눔
|
var array_css = el.className.split(" "); // class 를 공백으로 나눔
|
||||||
|
|
||||||
el.style.backgroundColor = wrestFldDefaultColor;
|
el.style.backgroundColor = wrestFldDefaultColor;
|
||||||
|
|
||||||
@ -348,4 +348,4 @@ function wrestInitialized()
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// onload
|
// onload
|
||||||
wrestInitialized();
|
wrestInitialized();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user