mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 02:56:47 -05:00
Change url to the updated locale tester
This commit is contained in:
@@ -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}`
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user