1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-11-21 08:45:02 -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
$('#' + key).prop('checked', false);
}
else if(key == 'set_allow_gethome')
else if(key == 'set_enable_gethome')
{
if(data.settings[key] == 'true')
$('#' + key).prop('checked', true);