Disable "verbose" log messages

py3
Sebastian Lohff 4 years ago committed by root
parent d38c6ada3f
commit 8ad2013fb2

@ -27,10 +27,8 @@ $(document).ready(function() {
function isDNCall(e) {
var call = $("#id_username").val().toUpperCase();
var disableState = false;
console.log("NOOT NOOT" + call);
if(call.startsWith("DN")) {
var disableState = true;
console.log("TIME TO DISABLE SHIT");
}
$("#id_dncall").prop("disabled", disableState);

Loading…
Cancel
Save