diff options
Diffstat (limited to 'pdf-as-web')
-rw-r--r-- | pdf-as-web/src/main/webapp/jsp/null_request_page.jsp | 5 |
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 3b57fd6..fd5ca76 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 @@ -96,7 +96,7 @@ <% if (!startedFromIFrame) { %>
<link rel="stylesheet" type="text/css" href="<%=baseUrl%>/pdfas-styles.css" />
- <!-- <link rel="stylesheet" href="<%=serverUrl%>/style.css" type="text/css" /> -->
+ <!-- <link rel="stylesheet" href="<%=serverUrl%>style.css" type="text/css" /> -->
<% } else { %>
<link rel="stylesheet" type="text/css" href="<%=baseUrl%>/css/extern-styles.css" />
<% } %>
@@ -230,7 +230,8 @@ <% } else { %>
<script language="javascript" type="text/javascript">
deactivateSprachlink();
- document.submitform.submit();
+ window.setTimeout("document.submitform.submit()", 10000);
+ //document.submitform.submit();
</script>
<% } %>
</div>
|