Commit 9e818a22 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix to follow the how-to

parent 2b1d001f
......@@ -993,11 +993,11 @@ window.RSVP = requireModule("rsvp");
var promise_list = [],
test_url_list = [
{ name : 'Site 1',
testurl: "http://site1.example.com/MYTESTFILE.txt",
redirect: "http://site1.exmaple.com"},
testurl: "http://site1.app.example.com/MYTESTFILE.txt",
redirect: "http://site1.app.exmaple.com"},
{ name : 'Site 2',
testurl: "http://site2.example.com/MYTESTFILE.txt",
redirect: "http://site2.exmaple.com"}
testurl: "http://site2.app.example.com/MYTESTFILE.txt",
redirect: "http://site2.app.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