From 3b7e9fa0550bf3e4f5169a5d93df27eee76a1b73 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 6 Mar 2024 20:11:11 +0600 Subject: [PATCH] front: put notification dot in a span instead of div --- src/front/cobalt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 3748deda..4efedcde 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -8,7 +8,7 @@ const isFirefox = ua.match("firefox/"); const isOldFirefox = ua.match("firefox/") && ua.split("firefox/")[1].split('.')[0] < 103; const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/); -const notification = `
`; +const notification = ``; const switchers = { "theme": ["auto", "light", "dark"],