Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
34ad2cbf
Commit
34ad2cbf
authored
Jan 05, 2018
by
Lukas Haemmerle
Browse files
Fixed a bug where additional IdP would not be displayed in most used IdPs category
parent
0f9ae455
Changes
1
Show whitespace changes
Inline
Side-by-side
js/embeddedWAYF.js
View file @
34ad2cbf
...
...
@@ -1191,8 +1191,8 @@ function runImproveDropDown() {
var
currentIdP
=
wayf_most_used_idps
[
i
];
// Add option if IdP exists in list of
element
s
if
(
wayf_idps
[
currentIdP
]){
// Add option if IdP exists in list
s
of
IdP
s
if
(
wayf_idps
[
currentIdP
]
||
wayf_other_fed_idps
[
currentIdP
]
){
IdPElements
+=
getOptionHTML
(
currentIdP
);
}
}
...
...
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