aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/jsp/null_request_page.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/jsp/null_request_page.jsp5
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
index 57c786b..0117b0b 100644
--- a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp
@@ -178,9 +178,10 @@
//Deactivate the link to change language. This feature is just possible on the startpage
//because changing page language with all the javascript would be complicated
function deactivateSprachlink() {
- document.getElementById('sprachlink').style.display = 'none';
- document.getElementById('sprachlinkdeaktiviert').style.display= 'block';
+ document.getElementById('sprachlinkneu').style.display = 'none';
+ document.getElementById('sprachlinkneudeaktiviert').style.display= 'block';
}
+
//Set the height of the div's equally to before page
function setHeight() {
document.getElementById('sign').style.height = "<%=height%>";