Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9dd0291

Browse files
author
minjk-bl
committed
CHROME: fixed image path
1 parenta598153 commit9dd0291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎js/m_apps/Subset.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ define([
258258
tag.appendFormatLine('<button type="button" class="{0} {1}" title="{2}"><img src="{3}"/></button>',
259259
VP_DS_SELECT_ADD_ALL_BTN,'select-row','Add all items',com_Const.IMAGE_PATH+'arrow_right_double.svg');
260260
tag.appendFormatLine('<button type="button" class="{0} {1}"><img src="{2}"/></button>',VP_DS_SELECT_ADD_BTN,'select-row',com_Const.IMAGE_PATH+'arrow_right.svg');
261-
tag.appendFormatLine('<button type="button"><img src="{2}"/></button>',VP_DS_SELECT_DEL_BTN,'select-row',com_Const.IMAGE_PATH+'img/arrow_left.svg');
261+
tag.appendFormatLine('<button type="button"><img src="{2}"/></button>',VP_DS_SELECT_DEL_BTN,'select-row',com_Const.IMAGE_PATH+'arrow_left.svg');
262262
tag.appendFormatLine('<button type="button" class="{0} {1}" title="{2}"><img src="{3}"/></button>',
263-
VP_DS_SELECT_DEL_ALL_BTN,'select-row','Remove all items',com_Const.IMAGE_PATH+'img/arrow_left_double.svg');
263+
VP_DS_SELECT_DEL_ALL_BTN,'select-row','Remove all items',com_Const.IMAGE_PATH+'arrow_left_double.svg');
264264
tag.appendLine('</div>');// VP_DS_SELECT_BTNS
265265

266266
// row select - right

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp