Skip to content

Commit aa425d6

Browse files
author
minjk-bl
committed
Fix FileNavigation - save mode file path & Change some file paths
1 parent 972296d commit aa425d6

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

js/com/component/FileNavigation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// [CLASS] FileNavigation
1414
//============================================================================
1515
define([
16-
'text!vp_base/html/fileNavigation.html!strip',
17-
'css!vp_base/css/fileNavigation.css',
16+
'text!vp_base/html/component/fileNavigation.html!strip',
17+
'css!vp_base/css/component/fileNavigation.css',
1818
'vp_base/js/com/com_String',
1919
'vp_base/js/com/com_util',
2020
'vp_base/js/com/component/Component'
@@ -380,7 +380,7 @@ define([
380380
if (filePath == '') {
381381
filePath = './' + fileName;
382382
}
383-
that.setSelectedFile(fileName, filePath);
383+
that.handleSelectFile(filePath, fileName);
384384
});
385385
// bind save cancel event
386386
$(this.wrapSelector('.vp-filenavi-btn')).on('click', function() {

js/com/component/PopupComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// [CLASS] PopupComponent
1414
//============================================================================
1515
define([
16-
'text!vp_base/html/popupComponent.html!strip',
17-
'css!vp_base/css/popupComponent.css',
16+
'text!vp_base/html/component/popupComponent.html!strip',
17+
'css!vp_base/css/component/popupComponent.css',
1818
'../com_util',
1919
'../com_Const',
2020
'../com_String',

0 commit comments

Comments
 (0)