[UPDT] STATIC: Updated country.js file

This commit is contained in:
Horilla
2025-08-02 16:24:07 +05:30
parent 757fdcd372
commit 90e3a3b0a5
5 changed files with 104 additions and 127 deletions

View File

@@ -174,10 +174,3 @@
</div>
</form>
</div>
<script>
$(document).ready(function () {
$("select").on("select2:select", function (e) {
$(this).closest("select")[0].dispatchEvent(new Event("change"));
});
});
</script>