From fba838735947f755b9b23173d744b7dbcb670a70 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 10 Jan 2014 12:18:24 +0100 Subject: Fixed #292 (pulldowns loose lines when exported as library) --- byob.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'byob.js') diff --git a/byob.js b/byob.js index aff32ad..2ff40ab 100644 --- a/byob.js +++ b/byob.js @@ -106,7 +106,7 @@ SymbolMorph, isNil*/ // Global stuff //////////////////////////////////////////////////////// -modules.byob = '2014-January-09'; +modules.byob = '2014-January-10'; // Declarations @@ -3189,13 +3189,13 @@ BlockExportDialogMorph.prototype.selectNone = function () { BlockExportDialogMorph.prototype.exportBlocks = function () { var str = this.serializer.serialize(this.blocks); if (this.blocks.length > 0) { - window.open('data:text/xml,' + str - + ''); + + '')); } else { new DialogBoxMorph().inform( 'Export blocks', -- cgit v1.3.1