diff --git a/demos/blockfactory/block_exporter_view.js b/demos/blockfactory/block_exporter_view.js index 011fc2bf5..198598c14 100644 --- a/demos/blockfactory/block_exporter_view.js +++ b/demos/blockfactory/block_exporter_view.js @@ -53,21 +53,6 @@ BlockExporterView.prototype.setBlockOptions = function(blockOptions) { this.blockOptions = blockOptions; }; -/** - * Updates the helper text. - * @param {string} newText New helper text. - * @param {boolean} opt_append True if appending to helper Text, false if - * replacing. - */ -BlockExporterView.prototype.updateHelperText = function(newText, opt_append) { - if (opt_append) { - document.getElementById('helperText').textContent = - document.getElementById('helperText').textContent + newText; - } else { - document.getElementById('helperText').textContent = newText; - } -}; - /** * Updates the helper text to show list of currently selected blocks. */ diff --git a/demos/blockfactory/index.html b/demos/blockfactory/index.html index 881cbc333..6725fc906 100644 --- a/demos/blockfactory/index.html +++ b/demos/blockfactory/index.html @@ -6,19 +6,18 @@
First, select blocks from your block library by clicking on them. Then, use the Export Settings form to download starter code for selected blocks. +
+ First, select blocks from your block library by clicking on them. Then, use the Export Settings form to download starter code for selected blocks.
Block Definitions:
- -Generator Stubs:
- -Block Definitions:
+ +Generator Stubs:
+ +Drag blocks into the workspace to configure the toolbox in your custom workspace.
| Toolbox | -Workspace | +
| Toolbox | +Workspace | +