mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#421 재수정 : firefox에서 #기호 출력하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3937 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
883724b9c9
commit
0577d37847
2 changed files with 13 additions and 13 deletions
|
|
@ -796,7 +796,7 @@ function transRGB2Hex(value) {
|
|||
if(color.length == 1) color = '0'+color;
|
||||
hex += color;
|
||||
}
|
||||
return '#'+hex;
|
||||
return hex;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue