From 4ba0044cfd4195b06326808ce397055892e97bd9 Mon Sep 17 00:00:00 2001 From: Daniel Poggenpohl Date: Mon, 6 Jul 2026 19:25:11 +0200 Subject: [PATCH] Removed unnecessary template javascript --- templates/debuginfo.mustache | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/debuginfo.mustache b/templates/debuginfo.mustache index a5f0ab5..4717ada 100644 --- a/templates/debuginfo.mustache +++ b/templates/debuginfo.mustache @@ -61,8 +61,3 @@ {{#pix}}debugon, tool_userdebug, {{#str}} debugactiv, tool_userdebug {{/str}} {{/pix}} -{{#js}} - document.querySelector('#closebutton-{{uniqid}}').addEventListener('click', () => { - document.querySelector('.tool-userdebug-infobox').remove(); - }); -{{/js}}