File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2586,7 +2586,7 @@ define([
25862586 this . hideOptionPreviewBox ( ) ;
25872587 $ ( VP_ID_PREFIX + VP_APIBLOCK_BOARD_OPTION_PREVIEW_BUTTON ) . removeClass ( 'enabled' ) ;
25882588
2589- this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.1 ' ) ;
2589+ this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.2 ' ) ;
25902590 this . setFocusedPageType ( FOCUSED_PAGE_TYPE . BOARD ) ;
25912591 $ ( '.vp-apiblock-option-tab-none' ) . css ( STR_DISPLAY , STR_BLOCK ) ;
25922592 }
Original file line number Diff line number Diff line change 107107 id ='vp_apiblock_option_page '>
108108 < div class ="vp-apiblock-option-navigator ">
109109 < div class ="vp-apiblock-option-navigator-label ">
110- < span class ="vp-orange-text "> Visual Python 1.1.1 </ span >
110+ < span class ="vp-orange-text "> Visual Python 1.1.2 </ span >
111111 </ div >
112112 < div class ="vp-apiblock-option-new-to-save " title ="something modified... ">
113113
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ define ([
4848 * toolbar btn properties
4949 */
5050 const TOOLBAR_BTN_INFO = {
51- HELP : "Visual Python 1.1.1 "
51+ HELP : "Visual Python 1.1.2 "
5252 // , ICON: "fa-angellist"
5353 , ICON : "vp-main-icon"
5454 , ID : "vpBtnToggle"
Original file line number Diff line number Diff line change @@ -1622,6 +1622,8 @@ define([
16221622 * open popup
16231623 */
16241624 SubsetEditor . prototype . open = function ( ) {
1625+ $ ( this . wrapSelector ( ) ) . show ( ) ;
1626+
16251627 if ( ! this . codepreview ) {
16261628 // var previewTextarea = $('#vp_previewCode')[0];
16271629 var previewTextarea = $ ( this . wrapSelector ( '#vp_previewCode' ) ) [ 0 ] ;
@@ -1653,8 +1655,6 @@ define([
16531655
16541656 // reload pandasObject on open
16551657 this . loadVariables ( ) ;
1656-
1657- $ ( this . wrapSelector ( ) ) . show ( ) ;
16581658 }
16591659
16601660 /**
@@ -1926,4 +1926,4 @@ define([
19261926 }
19271927
19281928 return SubsetEditor
1929- } ) ;
1929+ } ) ;
You can’t perform that action at this time.
0 commit comments