mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fixed if account_country is disabled
This commit is contained in:
parent
e9aea17e1b
commit
933b681a9f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user