Disable "verbose" log messages

This commit is contained in:
Sebastian Lohff 2020-01-20 22:16:23 +01:00 committed by root
parent d38c6ada3f
commit 8ad2013fb2
1 changed files with 0 additions and 2 deletions

View File

@ -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);