mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 19:27:34 +02:00
Remove unused script for PNG QR Code generation feature
This commit is contained in:
parent
08a789494e
commit
a477165188
@ -1112,7 +1112,8 @@ MODAL; // Indentation breaks my code editor :/
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
{{-- Unused. Download for removed PNG QR Code generation feature. --}}
|
||||||
|
{{-- <script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
var downloadButton = document.getElementById("downloadButton");
|
var downloadButton = document.getElementById("downloadButton");
|
||||||
var generatedImage = document.getElementById("generatedImage");
|
var generatedImage = document.getElementById("generatedImage");
|
||||||
@ -1127,7 +1128,7 @@ MODAL; // Indentation breaks my code editor :/
|
|||||||
document.body.removeChild(downloadLink);
|
document.body.removeChild(downloadLink);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script> --}}
|
||||||
|
|
||||||
<!-- Library Bundle Script -->
|
<!-- Library Bundle Script -->
|
||||||
<script src="{{ asset('assets/js/core/libs.min.js') }}"></script>
|
<script src="{{ asset('assets/js/core/libs.min.js') }}"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user