mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 10:04:25 -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) => {
|
form.addEventListener('submit', (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
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