Change url to the updated locale tester

This commit is contained in:
montylion 2021-08-25 13:13:22 +02:00
parent 91d644e87d
commit ba472f34aa
No known key found for this signature in database
GPG Key ID: E259C2F34CE17F04

View File

@ -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}`
});