mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-13 02:21:02 +01: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>
|
||||
|
||||
<script>
|
||||
{{-- Unused. Download for removed PNG QR Code generation feature. --}}
|
||||
{{-- <script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
var downloadButton = document.getElementById("downloadButton");
|
||||
var generatedImage = document.getElementById("generatedImage");
|
||||
@ -1127,7 +1128,7 @@ MODAL; // Indentation breaks my code editor :/
|
||||
document.body.removeChild(downloadLink);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script> --}}
|
||||
|
||||
<!-- Library Bundle Script -->
|
||||
<script src="{{ asset('assets/js/core/libs.min.js') }}"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user