Merge pull request #876 from Qusijue/imported-lvl-goal

show goal for imported levels
This commit is contained in:
Peter Cottle 2021-08-14 10:02:59 -06:00 committed by GitHub
commit 6e7f4edbce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ var initDemo = function(sandbox) {
} }
eventBaton.trigger( eventBaton.trigger(
'commandSubmitted', 'commandSubmitted',
'importLevelNow ' + escape(file.content) + '; clear' 'importLevelNow ' + escape(file.content) + '; clear; show goal;'
); );
} }
}); });