Skip to content

Commit 2dcca66

Browse files
committed
deploy visualpython 1.1.2
1 parent 634b1cd commit 2dcca66

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/api_block/blockContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/api_block/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
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

src/common/constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/common/vpSubsetEditor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
});

0 commit comments

Comments
 (0)