Function dropdown no longer exists
parent
addfdcd330
commit
7283f8629a
|
@ -145,6 +145,7 @@ function initPage() {
|
||||||
});
|
});
|
||||||
update_estimated_ram_use();
|
update_estimated_ram_use();
|
||||||
|
|
||||||
|
/*
|
||||||
document.querySelectorAll('select[name="newMonitor[Function]"]').forEach(function(el) {
|
document.querySelectorAll('select[name="newMonitor[Function]"]').forEach(function(el) {
|
||||||
el.onchange = function() {
|
el.onchange = function() {
|
||||||
$j('#function_help div').hide();
|
$j('#function_help div').hide();
|
||||||
|
@ -162,6 +163,7 @@ function initPage() {
|
||||||
};
|
};
|
||||||
el.onchange();
|
el.onchange();
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
document.querySelectorAll('select[name="newMonitor[VideoWriter]"]').forEach(function(el) {
|
document.querySelectorAll('select[name="newMonitor[VideoWriter]"]').forEach(function(el) {
|
||||||
el.onchange = function() {
|
el.onchange = function() {
|
||||||
|
|
Loading…
Reference in New Issue