From fbcca83fc33f3a622364ae90c5d82bbbdc9a9dc6 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Wed, 21 Oct 2015 13:57:43 +0200 Subject: global saml_logout has been disabled. A bug with the saml login timeout has been fixed (if the user entered the saml login screen and went back he would later get the timeout error) --- js/codeq/profile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/codeq/profile.js') diff --git a/js/codeq/profile.js b/js/codeq/profile.js index 36c5ccf..f666697 100644 --- a/js/codeq/profile.js +++ b/js/codeq/profile.js @@ -18,6 +18,7 @@ jqBtnGoBack.on('click',function(){ history.back();//forces a transition to the previous state }); + if(codeq.samlLogin) $('#loggedInViaSamlSpan').css("display","");//show the span if we actually logged in with SAML $("#screen_profile").css('display', ''); $('#disabled').css('display', 'none'); codeq.comms.getUserStat() @@ -64,6 +65,7 @@ jqBtnChangePass.off('click'); jqBtnGoBack.off('click'); $("#screen_profile").css('display', 'none'); + $('#loggedInViaSamlSpan').css("display","none"); } }); })(); \ No newline at end of file -- cgit v1.2.1