mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Change url to the updated locale tester
This commit is contained in:
parent
91d644e87d
commit
ba472f34aa
|
|
@ -3,6 +3,6 @@ const form = document.querySelector(".localization-form");
|
|||
form.addEventListener('submit', (e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
window.location.href=`https://prete.herokuapp.com/?url=${e.target[0].value}`
|
||||
window.location.href=`https://pretendo-locale-tester.herokuapp.com/?url=${e.target[0].value}`
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user