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

Another small bugfix

This commit is contained in:
Andreas Boehler 2016-01-08 09:22:22 +01:00
parent 79a8ef44a5
commit 623eee5be3

View File

@ -296,6 +296,7 @@ user_sql.loadDomainSettings = function(domain)
$('#sql_error_message').html(data.data.message); $('#sql_error_message').html(data.data.message);
$('#sql_error_message').show(); $('#sql_error_message').show();
} }
user_sql.setGethomeMode();
}, 'json' }, 'json'
); );
}; };