Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirhafeez committed Apr 1, 2024
1 parent 08adb81 commit 098b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
const input = document.querySelector("#phone");
const button = document.querySelector("#btn");
const iti = window.intlTelInput(input, {
initialCountry: "pk",
initialCountry: "tr",
hiddenInput: "full",
utilsScript: "assets/build/js/utils.js"
});
Expand Down

0 comments on commit 098b78a

Please sign in to comment.