Skip to content

Commit 0e9d49e

Browse files
Fix escape crowdin jipt url (#1222)
Redirect to a valid URL if translator decides not to log into crowdin
1 parent 4ccd6af commit 0e9d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<script type="text/javascript" id="crowdin-jipt-config">
4444
(function () {
4545
function escape() {
46-
window.location.href = "%VITE_FULL_URL";
46+
window.location.href = "%VITE_FULL_URL%";
4747
}
4848
window._jipt = [
4949
["project", "microbitorg"],

0 commit comments

Comments
 (0)