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