mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Change port to use for translation server. Approval: choffman. Review: God.
This commit is contained in:
parent
3306e0e5b0
commit
d85cbb4d13
@ -68,7 +68,7 @@
|
||||
|
||||
function Translate(src, dest)
|
||||
{
|
||||
var service = "http://levis.alis.com:8080";
|
||||
var service = "http://levis.alis.com:8081";
|
||||
service += "?AlisSourceLang=" + src;
|
||||
service += "&AlisTargetLang=" + dest;
|
||||
service += "&AlisMTEngine=SSI";
|
||||
|
Loading…
Reference in New Issue
Block a user