mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
fixed country error
This commit is contained in:
parent
0b0bf71f5d
commit
a71d4c34c3
@ -124,5 +124,5 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!"
|
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!"
|
||||||
var defaultCountry = {{ defaultCountry }}
|
var defaultCountry = "{{ defaultCountry }}"
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user