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.
Original file line number Diff line number Diff line change 13
13
// [CLASS] FileNavigation
14
14
//============================================================================
15
15
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' ,
18
18
'vp_base/js/com/com_String' ,
19
19
'vp_base/js/com/com_util' ,
20
20
'vp_base/js/com/component/Component'
@@ -380,7 +380,7 @@ define([
380
380
if ( filePath == '' ) {
381
381
filePath = './' + fileName ;
382
382
}
383
- that . setSelectedFile ( fileName , filePath ) ;
383
+ that . handleSelectFile ( filePath , fileName ) ;
384
384
} ) ;
385
385
// bind save cancel event
386
386
$ ( this . wrapSelector ( '.vp-filenavi-btn' ) ) . on ( 'click' , function ( ) {
Original file line number Diff line number Diff line change 13
13
// [CLASS] PopupComponent
14
14
//============================================================================
15
15
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' ,
18
18
'../com_util' ,
19
19
'../com_Const' ,
20
20
'../com_String' ,
You can’t perform that action at this time.
0 commit comments