We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138e991 commit bc92645Copy full SHA for bc92645
example/src/main/resources/templates/welcome.html
@@ -159,7 +159,6 @@ <h2 class="adding-signature">Digital signing</h2>
159
document.addEventListener("DOMContentLoaded", () => {
160
const urlParams = new URLSearchParams(window.location.search);
161
const signedFile = urlParams.get("signed");
162
- const isMobile = isMobileDevice();
163
164
if (signedFile) {
165
document.querySelector("#webeid-sign-button").style.display = "none";
0 commit comments