1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-11-22 01:02:18 -05:00

Small bugfix

This commit is contained in:
Andreas Boehler 2016-01-08 08:51:14 +01:00
parent 98e164b27a
commit 79a8ef44a5

View File

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