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
9e818a22
Commit
9e818a22
authored
Mar 25, 2020
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to follow the how-to
parent
2b1d001f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
selector.html
selector.html
+4
-4
No files found.
selector.html
View file @
9e818a22
...
@@ -993,11 +993,11 @@ window.RSVP = requireModule("rsvp");
...
@@ -993,11 +993,11 @@ window.RSVP = requireModule("rsvp");
var
promise_list
=
[],
var
promise_list
=
[],
test_url_list
=
[
test_url_list
=
[
{
name
:
'
Site 1
'
,
{
name
:
'
Site 1
'
,
testurl
:
"
http://site1.example.com/MYTESTFILE.txt
"
,
testurl
:
"
http://site1.
app.
example.com/MYTESTFILE.txt
"
,
redirect
:
"
http://site1.exmaple.com
"
},
redirect
:
"
http://site1.
app.
exmaple.com
"
},
{
name
:
'
Site 2
'
,
{
name
:
'
Site 2
'
,
testurl
:
"
http://site2.example.com/MYTESTFILE.txt
"
,
testurl
:
"
http://site2.
app.
example.com/MYTESTFILE.txt
"
,
redirect
:
"
http://site2.exmaple.com
"
}
redirect
:
"
http://site2.
app.
exmaple.com
"
}
];
];
function
ajax
(
param
)
{
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