From 7283f8629ad6f471dab483c435785e8576e3465d Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 28 Feb 2022 15:44:15 -0500 Subject: [PATCH] Function dropdown no longer exists --- web/skins/classic/views/js/monitor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/skins/classic/views/js/monitor.js b/web/skins/classic/views/js/monitor.js index 02cbf8fc6..daeedc5aa 100644 --- a/web/skins/classic/views/js/monitor.js +++ b/web/skins/classic/views/js/monitor.js @@ -145,6 +145,7 @@ function initPage() { }); update_estimated_ram_use(); + /* document.querySelectorAll('select[name="newMonitor[Function]"]').forEach(function(el) { el.onchange = function() { $j('#function_help div').hide(); @@ -162,6 +163,7 @@ function initPage() { }; el.onchange(); }); + */ document.querySelectorAll('select[name="newMonitor[VideoWriter]"]').forEach(function(el) { el.onchange = function() {