mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 14:53:27 -04:00
Fix data-on-input-this using onchange instead of oninput
This commit is contained in:
@@ -236,7 +236,7 @@ window.addEventListener("DOMContentLoaded", function onSkinDCL() {
|
||||
console.error("Nothing found to bind to " + fnName);
|
||||
return;
|
||||
}
|
||||
el.onchange = window[fnName].bind(el, el);
|
||||
el.oninput = window[fnName].bind(el, el);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user