From 373f739bf52edfac96566ec7f03183cf6226d391 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 2 Feb 2016 22:26:34 +0100 Subject: [PATCH] Fixed TPS UI logout error message. The TPS UI has been modified such that if the browser does not support logout operation it will show a message asking the user to clear the Active Logins or close the browser. https://fedorahosted.org/pki/ticket/1344 --- base/tps/shared/webapps/tps/ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/tps/shared/webapps/tps/ui/index.html b/base/tps/shared/webapps/tps/ui/index.html index 5e07f1ed39fc9a5a3fd876681589cff6a0d6c251..2354e8d1c1cd0942a467ef4828612b4c6f81be9a 100644 --- a/base/tps/shared/webapps/tps/ui/index.html +++ b/base/tps/shared/webapps/tps/ui/index.html @@ -366,7 +366,7 @@ $(function() { window.location.href = "/tps"; }, error: function() { - alert("Logout failed. Please close the browser."); + alert("Logout not supported by the browser. Please clear Active Logins or close the browser."); } }); }, -- 2.4.3