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:
parent
79a8ef44a5
commit
623eee5be3
@ -296,6 +296,7 @@ user_sql.loadDomainSettings = function(domain)
|
||||
$('#sql_error_message').html(data.data.message);
|
||||
$('#sql_error_message').show();
|
||||
}
|
||||
user_sql.setGethomeMode();
|
||||
}, 'json'
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user