mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18938728 - 이미지 갤러리 컴포넌트에서 한글 파일명 캡션이 깨져보이는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7505 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf9e0b41c3
commit
cdf900609a
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ function display_gallery_image(obj, is_first_display) {
|
|||
var source_filename = obj.image_url;
|
||||
var tmp_arr = source_filename.split('/');
|
||||
var filename = tmp_arr[tmp_arr.length-1];
|
||||
xInnerHtml("zone_gallery_image_filename_"+obj.srl, "<a href='#' onclick=\"winopen('"+source_filename+"');return false;\">"+unescape(filename)+"</a>");
|
||||
xInnerHtml("zone_gallery_image_filename_"+obj.srl, "<a href='#' onclick=\"winopen('"+source_filename+"');return false;\">"+decodeURI(filename)+"</a>");
|
||||
|
||||
// 네이게이션 영역의 숫자 변경
|
||||
var zone_navigator = xGetElementById("zone_gallery_navigator_status_"+obj.srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue