g4_path를 g4_url로 변경
This commit is contained in:
@ -358,7 +358,7 @@ function wrestInitialized()
|
|||||||
//if (regexp.test(document.forms[i].elements[j].className)) {
|
//if (regexp.test(document.forms[i].elements[j].className)) {
|
||||||
//document.forms[i].elements[j].style.backgroundColor = wrestFldDefaultColor;
|
//document.forms[i].elements[j].style.backgroundColor = wrestFldDefaultColor;
|
||||||
//document.forms[i].elements[j].className = "wrest_required";
|
//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.backgroundPosition = "top right";
|
||||||
document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
|
document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user