mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
Update src/views/index.ejs
This commit is contained in:
@@ -94,7 +94,7 @@ section div {
|
|||||||
<input type="text" placeholder="1000 Ljubljana" name="issuer-city">
|
<input type="text" placeholder="1000 Ljubljana" name="issuer-city">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button id="copyurl" type="button">Copy URL</button>
|
<button id="copyurl" type="button">Copy image URL</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="submit" value="Create form">
|
<input type="submit" value="Create form">
|
||||||
@@ -133,7 +133,7 @@ function copyUrl () {
|
|||||||
copyBtn.innerText = "Copied!"
|
copyBtn.innerText = "Copied!"
|
||||||
copyBtn.classList.add("success")
|
copyBtn.classList.add("success")
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
copyBtn.innerText = "Copy URL"
|
copyBtn.innerText = "Copy image URL"
|
||||||
copyBtn.classList.remove("success")
|
copyBtn.classList.remove("success")
|
||||||
}, 750)
|
}, 750)
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ function copyUrl () {
|
|||||||
copyBtn.innerText = "Failed!"
|
copyBtn.innerText = "Failed!"
|
||||||
copyBtn.classList.add("error")
|
copyBtn.classList.add("error")
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
copyBtn.innerText = "Copy URL"
|
copyBtn.innerText = "Copy image URL"
|
||||||
copyBtn.classList.remove("error")
|
copyBtn.classList.remove("error")
|
||||||
}, 750)
|
}, 750)
|
||||||
|
|
||||||
@@ -308,4 +308,4 @@ function copyUrl () {
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user