Skip to content

Commit 9c46242

Browse files
committed
redirect
1 parent c9e127a commit 9c46242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ function select(element){
4646
console.log('codes:')
4747
console.log(codes);
4848
if(codes.length == 1) {
49-
var webLink = "https://demo.omnilingo.xyz/?language=" + codes[0];
49+
var webLink = "https://demo.omnilingo.cc/?language=" + codes[0];
5050
console.log(webLink);
5151
window.location.href = webLink;
5252
}
5353

5454
// FIXME: Probably need to do something here later (e.g. for Ba = pl/fa)
5555
for(var i = 0; i < codes.length; i++) {
56-
webLink = "http://demo.omnilingo.xyz/language=" + codes[i];
56+
webLink = "http://demo.omnilingo.cc/language=" + codes[i];
5757
console.log(i +': ' + webLink);
5858
//linkTag.setAttribute("href", webLink);
5959
//linkTag.click();

0 commit comments

Comments
 (0)