* Properly disable/enable delete domain button
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
$('#extended').prop('disabled', 'disabled');
|
||||
$('#allowbias').prop('disabled', 'disabled');
|
||||
$('#storedomain').prop('disabled', 'disabled');
|
||||
$('#deletedomain').prop('disabled', 'disabled');
|
||||
$('#docopy').prop('disabled', 'disabled');
|
||||
|
||||
_settings = settings.DEFAULT;
|
||||
@@ -139,6 +140,7 @@
|
||||
$('#extended').prop('disabled', '');
|
||||
$('#allowbias').prop('disabled', '');
|
||||
$('#storedomain').prop('disabled', '');
|
||||
$('#deletedomain').prop('disabled', '');
|
||||
$('#docopy').prop('disabled', '');
|
||||
|
||||
currentDomain = domain;
|
||||
|
||||
Reference in New Issue
Block a user