This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/static/js/blocking.js

4 lines
180 B
JavaScript

function changed(val) {
if (val == true) document.getElementById("otherOptions").style.display = "none";
else document.getElementById("otherOptions").style.display = "block";
}