Function dropdown no longer exists

This commit is contained in:
Isaac Connor 2022-02-28 15:44:15 -05:00
parent addfdcd330
commit 7283f8629a
1 changed files with 2 additions and 0 deletions

View File

@ -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() {