summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index 3ab3fad..c6f00bf 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2013-November-15';
+modules.blocks = '2013-November-22';
var SyntaxElementMorph;
var BlockMorph;
@@ -1969,7 +1969,7 @@ BlockMorph.prototype.userMenu = function () {
"help...",
'showHelp'
);
- if (this.isTemplate) {
+ if (this.isTemplate && !(this.parent instanceof SyntaxElementMorph)) {
if (this.selector !== 'evaluateCustomBlock') {
menu.addItem(
"hide",