From bb6cbce8c2df664be6ec7104ff672f5a991d765c Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 12 Nov 2013 15:55:26 +0000 Subject: Add permissions attribute to applet tag git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1216 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/applet.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BKUOnline') diff --git a/BKUOnline/src/main/webapp/applet.jsp b/BKUOnline/src/main/webapp/applet.jsp index 21a7d665..c0e3ef49 100644 --- a/BKUOnline/src/main/webapp/applet.jsp +++ b/BKUOnline/src/main/webapp/applet.jsp @@ -211,6 +211,7 @@ id : 'moccaapplet' }; var parameters = { + permissions : 'all-permissions', GuiStyle : '', Locale : '', Background : '', @@ -219,7 +220,7 @@ HelpURL : '', SessionID : '', RedirectURL : '', - RedirectTarget: '' + RedirectTarget : '' }; deployJava.runApplet(attributes, parameters, ''); } -- cgit v1.2.3