From a9b15ff30b4e55baee9d93364b1e44e0b32b35e9 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 15 Jan 2013 18:59:37 +0900 Subject: [PATCH] =?UTF-8?q?=20'=20=EB=A5=BC=20"=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/wrest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/wrest.js b/js/wrest.js index c909a6932..8909e2182 100644 --- a/js/wrest.js +++ b/js/wrest.js @@ -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(); -}); \ No newline at end of file +});