File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2649,7 +2649,7 @@ define([
26492649 this . hideOptionPreviewBox ( ) ;
26502650 $ ( VP_ID_PREFIX + VP_APIBLOCK_BOARD_OPTION_PREVIEW_BUTTON ) . removeClass ( 'enabled' ) ;
26512651
2652- this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.6 ' ) ;
2652+ this . setNavigator ( BLOCK_CODELINE_TYPE . NONE , 'Visual Python 1.1.7 ' ) ;
26532653 this . setFocusedPageType ( FOCUSED_PAGE_TYPE . BOARD ) ;
26542654 $ ( '.vp-apiblock-option-tab-none' ) . css ( STR_DISPLAY , STR_BLOCK ) ;
26552655 }
Original file line number Diff line number Diff line change 175175 id ='vp_apiblock_option_page '>
176176 < div class ="vp-apiblock-option-navigator ">
177177 < div class ="vp-apiblock-option-navigator-label ">
178- < span class ="vp-orange-text "> Visual Python 1.1.6 </ span >
178+ < span class ="vp-orange-text "> Visual Python 1.1.7 </ span >
179179 </ div >
180180 < div class ="vp-apiblock-option-new-to-save " title ="something modified... ">
181181
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.6 "
51+ HELP : "Visual Python 1.1.7 "
5252 // , ICON: "fa-angellist"
5353 , ICON : "vp-main-icon"
5454 , ID : "vpBtnToggle"
You can’t perform that action at this time.
0 commit comments