Remove broken/needless JS from certain pages

This commit is contained in:
Matthew Wild
2023-12-12 18:16:55 +00:00
parent 2769036f94
commit 0647ba2601
3 changed files with 4 additions and 11 deletions

View File

@@ -134,7 +134,6 @@
var onload = function() {
apply_qr_code(document.getElementById("qr-invite-page"));
apply_qr_code(document.getElementById("qr-uri"));
var popover_as = document.getElementsByClassName("popover");
for (var i = 0; i < popover_as.length; ++i) {
var a = popover_as[i];