Commit a7b91719 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

slapos_web_frontend_selector: Add new China frontends

parent c8b599e3
...@@ -16,7 +16,16 @@ ...@@ -16,7 +16,16 @@
redirect: "http://demoapp6.erp5.cn" + relative_url_path }, redirect: "http://demoapp6.erp5.cn" + relative_url_path },
{ name : 'Canada-O', { name : 'Canada-O',
testurl: "http://demoapp8.erp5.cn/WebSite_getTestFrontendResponse", testurl: "http://demoapp8.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp8.erp5.cn" + relative_url_path } 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 }
]; ];
function ajax(param) { 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