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

Commite9181b4

Browse files
author
minjk-bl
committed
CHROME: Fixed image path on FileNavigation
1 parent2a92ede commite9181b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎js/com/component/FileNavigation.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
define([
1616
'text!vp_base/html/component/fileNavigation.html!strip',
1717
'css!vp_base/css/component/fileNavigation',
18+
'vp_base/js/com/com_Const',
1819
'vp_base/js/com/com_String',
1920
'vp_base/js/com/com_util',
2021
'vp_base/js/com/component/Component'
21-
],function(fileNaviHtml,fileNaviCss,com_String,com_util,Component){
22+
],function(fileNaviHtml,fileNaviCss,com_Const,com_String,com_util,Component){
2223
// Temporary constant data
2324
constNAVIGATION_DIRECTION_TYPE={
2425
TOP:0,
@@ -189,7 +190,7 @@ define([
189190

190191
template(){
191192
/** Implement generating template */
192-
returnfileNaviHtml;
193+
returnfileNaviHtml.replaceAll('${vp_base}',com_Const.BASE_PATH);
193194
}
194195

195196
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp