No edit summary |
No edit summary |
||
Line 79:
document.getElementById('country-change').addEventListener( 'click', function(e) {
document.getElementById('country-change-select').style.display = 'block';
enableCountrySelect();▼
});
▲ enableCountrySelect();
}
|