mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
4 lines
157 B
Twig
4 lines
157 B
Twig
<script>
|
|
var allowed_cities = {{ getAllowedCitiesAbv().toArray()|json_encode|raw }};
|
|
var country_default = "{{ getDefaultCountry().abv }}";
|
|
</script> |