mirror of
https://github.com/moparisthebest/user_sql
synced 2024-11-22 01:02:18 -05:00
Small bugfix
This commit is contained in:
parent
98e164b27a
commit
79a8ef44a5
@ -278,7 +278,7 @@ user_sql.loadDomainSettings = function(domain)
|
|||||||
else
|
else
|
||||||
$('#' + key).prop('checked', false);
|
$('#' + key).prop('checked', false);
|
||||||
}
|
}
|
||||||
else if(key == 'set_allow_gethome')
|
else if(key == 'set_enable_gethome')
|
||||||
{
|
{
|
||||||
if(data.settings[key] == 'true')
|
if(data.settings[key] == 'true')
|
||||||
$('#' + key).prop('checked', true);
|
$('#' + key).prop('checked', true);
|
||||||
|
Loading…
Reference in New Issue
Block a user