[js-embedded-discovery] branch master updated: EDS-83 Allow "no configure" to redirect

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 25 06:29:59 EST 2019


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

rdw 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=40220e2b5279524d49c751dc27dbaa190d58c5f0

The following commit(s) were added to refs/heads/master by this push:
       new  40220e2   EDS-83 Allow "no configure" to redirect
40220e2 is described below

commit 40220e2b5279524d49c751dc27dbaa190d58c5f0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 25 10:10:30 2019 +0000

    EDS-83 Allow "no configure" to redirect
    
    https://issues.shibboleth.net/jira/browse/EDS-83
---
 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 476515e..eb2b5cc 100644
--- a/src/javascript/idpselect.js
+++ b/src/javascript/idpselect.js
@@ -456,7 +456,7 @@ function IdPSelectUI() {
 
     var validateReturn = function(regexps, testString) {
         if (null == regexps) {
-            return false;
+            return true;
         }
 
         // use .length in case regexps isnt an array

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


More information about the commits mailing list