Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
frontend-selector
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
frontend-selector
Commits
38e677e2
Commit
38e677e2
authored
Mar 25, 2020
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow the how-to
parent
5a0e6894
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
22 deletions
+6
-22
selector.html
selector.html
+6
-22
No files found.
selector.html
View file @
38e677e2
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment