Loading index.php +4 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ header('X-Robots-Tag: noindex, nofollow'); </button> </div> <div class="form-text text-secondary">(Lietojama tikai vienu (one, vienas, üks, один (odyn), une, uno) reizi kopā ar paroli 🕵️, ja norādīji!)</div> <div class="mt-2 d-flex justify-content-end"> <a class="btn btn-outline-secondary" href="#" id="meta-btn">Uz noslēpuma satusa lapu →</a> </div> </div> </div> Loading Loading @@ -214,6 +217,7 @@ header('X-Robots-Tag: noindex, nofollow'); document.getElementById('encryptedLink').querySelector('strong').innerHTML = `${location.origin}${location.pathname}${result.id}`; document.getElementById('encryptedLink').querySelector('span').innerHTML = hashPart; document.getElementById('resultSection').style.display = 'block'; document.getElementById('meta-btn').href = `${location.origin}${location.pathname}meta/${result.meta}`; }); function copyToClipboard(text) { Loading Loading
index.php +4 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ header('X-Robots-Tag: noindex, nofollow'); </button> </div> <div class="form-text text-secondary">(Lietojama tikai vienu (one, vienas, üks, один (odyn), une, uno) reizi kopā ar paroli 🕵️, ja norādīji!)</div> <div class="mt-2 d-flex justify-content-end"> <a class="btn btn-outline-secondary" href="#" id="meta-btn">Uz noslēpuma satusa lapu →</a> </div> </div> </div> Loading Loading @@ -214,6 +217,7 @@ header('X-Robots-Tag: noindex, nofollow'); document.getElementById('encryptedLink').querySelector('strong').innerHTML = `${location.origin}${location.pathname}${result.id}`; document.getElementById('encryptedLink').querySelector('span').innerHTML = hashPart; document.getElementById('resultSection').style.display = 'block'; document.getElementById('meta-btn').href = `${location.origin}${location.pathname}meta/${result.meta}`; }); function copyToClipboard(text) { Loading