Skip to content

Commit 883a743

Browse files
authored
Merge pull request #71 from grcrt/development
Development
2 parents f975d3f + 4e0f6d1 commit 883a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/GRCRT_AO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function _GRCRT_AO() {
421421
'.grcrt_ao_scroll .textbox {margin: 0px '+_aoMargin+'px; width: 40px; float: left;}'
422422
)
423423
.append(
424-
'.grcrt_ao_bl, .grcrt_ao_br, .grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {float: left; height: 24px; background: url('+Game.img()+'/game/survey/survey_sprite.png) no-repeat scroll 0px -39px;}\n'+
424+
'.grcrt_ao_bl, .grcrt_ao_br, .grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {float: left; height: 24px; background: url('+RepConv.grcrt_cdn+'/img/survey_sprite.png) no-repeat scroll 0px -39px;}\n'+
425425
'.grcrt_ao_bl, .grcrt_ao_br {width: 2px;}\n'+
426426
'.grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {width: 36px;}\n'+
427427
'.grcrt_ao_bl {background-position: 0px -39px;}\n'+

0 commit comments

Comments
 (0)