g4_path g4_url 변경에 따른 처리

This commit is contained in:
whitedot
2013-01-28 11:44:04 +09:00
parent 86a6cbeb58
commit 9fe5cb8fce
2 changed files with 10 additions and 10 deletions

View File

@ -358,7 +358,7 @@ function wrestInitialized()
//if (regexp.test(document.forms[i].elements[j].className)) {
//document.forms[i].elements[j].style.backgroundColor = wrestFldDefaultColor;
//document.forms[i].elements[j].className = "wrest_required";
document.forms[i].elements[j].style.backgroundImage = "url('"+g4_path+"/js/wrest.gif')";
document.forms[i].elements[j].style.backgroundImage = "url('"+g4_url+"/js/wrest.gif')";
document.forms[i].elements[j].style.backgroundPosition = "top right";
document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
}