From bd780990a15d10c3df9a8da81486878012e00884 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Tue, 16 Jun 2015 10:09:01 -0700 Subject: Mozilla crypto object warning: Provide simple textual warning when the user is using a browser that no longer supports the crypto object, which results in reduced CA certficat enrollment functionality. For simplicity provide the warning at the top of the main index page and at the top of the CA's services page. The services page is where the pkispawn of the CA points the uers after installation. The ticket originally called for a JS warnign but the simple text warning should be less intrusive and repetitive to the user. Ticket #1398 Provide UI Javascript warning for missing Mozilla Crypto Object in the CA. --- base/server/share/webapps/ROOT/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/server/share/webapps') diff --git a/base/server/share/webapps/ROOT/index.jsp b/base/server/share/webapps/ROOT/index.jsp index 341af4d81..f63e69869 100644 --- a/base/server/share/webapps/ROOT/index.jsp +++ b/base/server/share/webapps/ROOT/index.jsp @@ -87,7 +87,7 @@ $(function() { -- cgit