[js-embedded-discovery] 01/02: EDS-84 - isPassive parameter crashes the Javascript

Scott Cantor cantor.2 at osu.edu
Thu Sep 12 10:07:30 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository js-embedded-discovery.

View the commit online:
http://git.shibboleth.net/view/?p=js-embedded-discovery.git;a=commit;h=3399e272b997794b24316b7838ce55a971e398ef

commit 3399e272b997794b24316b7838ce55a971e398ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 12 10:06:30 2019 -0400

    EDS-84 - isPassive parameter crashes the Javascript
    
    https://issues.shibboleth.net/jira/browse/EDS-84
---
 src/javascript/idpselect.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/javascript/idpselect.js b/src/javascript/idpselect.js
index 08a546c..a1647cb 100644
--- a/src/javascript/idpselect.js
+++ b/src/javascript/idpselect.js
@@ -353,7 +353,7 @@ function IdPSelectUI() {
         //
         if (isPassive) {
             var prefs = retrieveUserSelectedIdPs();
-            var parentDiv = document.getElementById(parmsSupplied.insertAtDiv);
+            var parentDiv = document.getElementById(paramsSupplied.insertAtDiv);
             if (prefs.length == 0) {
                 //
                 // no preference, go back

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list