mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
removed debug log
This commit is contained in:
@ -190,7 +190,6 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if(element.getAttribute('disabled-indicator') && obj[element.getAttribute('disabled-indicator')]) {
|
if(element.getAttribute('disabled-indicator') && obj[element.getAttribute('disabled-indicator')]) {
|
||||||
// The disabled-indicator equated to true, so we disable this option
|
// The disabled-indicator equated to true, so we disable this option
|
||||||
console.log("hello");
|
|
||||||
obj.disabled = true;
|
obj.disabled = true;
|
||||||
}
|
}
|
||||||
return obj;
|
return obj;
|
||||||
|
Reference in New Issue
Block a user