From 423ffbb608d8e2ec14f1a417b187797d1bcc4ab9 Mon Sep 17 00:00:00 2001 From: Kamil Date: Wed, 11 Dec 2024 12:54:04 +0000 Subject: [PATCH] fix: clean up user management modal script and improve badge styling --- templates/partials/_add_remove_button.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/templates/partials/_add_remove_button.html b/templates/partials/_add_remove_button.html index 019cc25..056f4ea 100644 --- a/templates/partials/_add_remove_button.html +++ b/templates/partials/_add_remove_button.html @@ -45,7 +45,6 @@ document.getElementById("confirm-delete-{{item['jellyfin_id']}}").addEventListen -{% endif %} - \ No newline at end of file + +{% endif %} \ No newline at end of file