fix(backend javascript): Updated URL in inject.js

This commit is contained in:
2026-06-18 09:53:45 -04:00
parent 967fb2cd6b
commit eecc3c805f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
if (url) { window.location.href = url; return null; }
return originalOpen.apply(this, arguments);
};
if (window.location.href.includes('helpalert.html')) {
if (window.location.href.includes('/ha') || window.location.href.includes('helpalert.html')) {
if (Notification.permission === 'default') {
Notification.requestPermission();
}