diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/src/main/webapp/appletPage.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp index ff52fe51..55b84231 100644 --- a/BKUOnline/src/main/webapp/appletPage.jsp +++ b/BKUOnline/src/main/webapp/appletPage.jsp @@ -54,7 +54,7 @@ Background : '<%=backgroundImg%>', WSDL_URL :'../stal?wsdl', HelpURL : '../help/', - HashDataDisplay : 'external', + HashDataDisplay : <%=hashDataDisplay%>, HashDataURL : '../hashDataInput', SessionID : '<%=session.getId()%>', RedirectURL : '../bkuResult' |