mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Fixed if account_country is disabled
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
var lastSend = 0;
|
||||
|
||||
$(function() {
|
||||
updateFlag();
|
||||
$('#account_country').change(function() {
|
||||
{% if setting('core.account_country') %}
|
||||
updateFlag();
|
||||
});
|
||||
$('#account_country').change(function() {
|
||||
updateFlag();
|
||||
});
|
||||
{% endif %}
|
||||
|
||||
$('#account_input').blur(function() {
|
||||
checkAccount();
|
||||
|
Reference in New Issue
Block a user