File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 1313// [CLASS] FileNavigation
1414//============================================================================
1515define ( [
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 ( ) {
Original file line number Diff line number Diff line change 1313// [CLASS] PopupComponent
1414//============================================================================
1515define ( [
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' ,
You can’t perform that action at this time.
0 commit comments