From fa5f256a3f30d42d847eb9641bc4ee0a5d775aef Mon Sep 17 00:00:00 2001 From: zochris <20927697+zochris@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:26:27 +0100 Subject: [PATCH] Fix 'add test variable' button not working (#3346) --- tests/playground.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playground.html b/tests/playground.html index 931431a26..d9969cc1b 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -241,7 +241,6 @@ function addToolboxButtonCallbacks() { } }; var addVariables = function(button) { - workspace.createVariable('1a', '', '1A'); workspace.createVariable('1b', '', '1B'); workspace.createVariable('1c', '', '1C'); workspace.createVariable('2a', '', '2A');