From a0acd868734d8759c77ed314dfb7f58923111dd1 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 11 Nov 2015 20:45:25 +0000 Subject: [PATCH] Use larger toggles on ports tab. --- tabs/ports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/ports.js b/tabs/ports.js index d0e439fe..2463f3de 100644 --- a/tabs/ports.js +++ b/tabs/ports.js @@ -163,7 +163,7 @@ TABS.ports.initialize = function (callback, scrollPosition) { var select_e; if (column != 'telemetry') { var checkboxId = 'functionCheckbox-' + portIndex + '-' + columnIndex + '-' + i; - functions_e.prepend(''); + functions_e.prepend(''); if (serialPort.functions.indexOf(functionName) >= 0) { var checkbox_e = functions_e.find('#' + checkboxId);