From d5f9545ad55669aed7964e2993830300e3d9d773 Mon Sep 17 00:00:00 2001 From: Sominemo Date: Wed, 8 Jan 2025 18:42:57 +0200 Subject: [PATCH] Typo fix --- editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.html b/editor.html index d525d1c3..dd4c0c96 100644 --- a/editor.html +++ b/editor.html @@ -1301,7 +1301,7 @@

Telegram Limits Editor

const idContainer = document.createElement('span'); idContainer.classList.add('id-container'); - idContainer.textContent = '>'; + idContainer.textContent = ''; idContainer.addEventListener('click', () => { const newId = prompt('New Section ID:', sectionId);