From 7aadb86776f828f13ac16c18c2e16b17e62f5d9e Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 14 Oct 2015 08:26:37 +0200 Subject: removed releases --- .../main/java/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.java | 4 ++-- pdf-as-web/src/main/webapp/assets/js/dragNdrop.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pdf-as-web') diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.java index f8d6e245..210a3cc3 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.java @@ -371,13 +371,13 @@ public class ExternSignServlet extends HttpServlet { } if (connector.equals("onlinebku")) { - if (WebConfiguration.getLocalBKUURL() == null) { + if (WebConfiguration.getOnlineBKUURL() == null) { throw new PdfAsWebException("Invalid connector onlinebku is not supported"); } } if (connector.equals("mobilebku")) { - if (WebConfiguration.getLocalBKUURL() == null) { + if (WebConfiguration.getHandyBKUURL() == null) { throw new PdfAsWebException("Invalid connector mobilebku is not supported"); } } diff --git a/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js b/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js index 1826ba95..62270ece 100644 --- a/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js +++ b/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js @@ -122,7 +122,7 @@ function registerEventListeners() { $("#DownloadResultButton").attr("title", "The download is valid only once!"); $("#DownloadResultButton").css("pointer-events", "none"); - window.open($("#DownloadResultButton").attr("href")); + //window.open($("#DownloadResultButton").attr("href")); //return false; }); -- cgit v1.2.3