Commit 38e677e2 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow the how-to

parent 5a0e6894
......@@ -991,29 +991,13 @@ window.RSVP = requireModule("rsvp");
(function (document, RSVP, XMLHttpRequest) {
"use strict";
var promise_list = [],
relative_url_path = "/app",
test_url_list = [
{ name : 'US-West-A',
testurl: "http://demoapp7.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp7.erp5.cn" + relative_url_path },
{ name : 'France-O',
testurl: "http://demoapp3.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp3.erp5.cn" + relative_url_path },
{ name : 'France-I',
testurl: "http://demoapp6.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp6.erp5.cn" + relative_url_path },
{ name : 'Canada-O',
testurl: "http://demoapp8.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp8.erp5.cn" + relative_url_path },
{ name : 'China-CT',
testurl: "http://demoapp26.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp26.erp5.cn" + relative_url_path },
{ name : 'China-CNC',
testurl: "http://demoapp27.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp27.erp5.cn" + relative_url_path },
{ name : 'China-CM',
testurl: "http://demoapp28.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp28.erp5.cn" + relative_url_path }
{ name : 'Site 1',
testurl: "http://site1.example.com/MYTESTFILE.txt",
redirect: "http://site1.exmaple.com"},
{ name : 'Site 2',
testurl: "http://site2.example.com/MYTESTFILE.txt",
redirect: "http://site2.exmaple.com"}
];
function ajax(param) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment