From a952984e1c903f860ad908986408912df1639d80 Mon Sep 17 00:00:00 2001 From: David van der Ploeg Date: Thu, 30 Apr 2020 22:05:48 -0600 Subject: [PATCH] Removed value causing preset not to work The first value field would not permit the presetGoto command to be added as a value. The value would then use the number as the command. Removing it allows the presets to call the correct command. --- web/skins/classic/includes/control_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/includes/control_functions.php b/web/skins/classic/includes/control_functions.php index 6f1399786..73834576b 100644 --- a/web/skins/classic/includes/control_functions.php +++ b/web/skins/classic/includes/control_functions.php @@ -162,7 +162,7 @@ function controlPresets($monitor, $cmds) { NumPresets(); $i++ ) { ?> - +