Added delete buttons to home page

This commit is contained in:
2026-03-07 11:56:26 -07:00
parent bf40d758fc
commit fe3b7e412b
3 changed files with 44 additions and 13 deletions

View File

@@ -118,7 +118,6 @@ const processValidationElement = (validationElement, success) => {
setTimeout(() => startFadeOut(validationElement, 50), 2000);
}
// Handlers
document.querySelector('#RadarrTestConnectionButton')
.addEventListener('click', testConnectionRadarr);