mirror of
https://github.com/pi-hole/web.git
synced 2026-06-08 08:46:38 +01:00
Minor bugfix: Also show success if the pi-hole is disabled during the update of the lists.
This commit is contained in:
@@ -8,7 +8,7 @@ function eventsourcetest() {
|
||||
alSuccess.hide();
|
||||
|
||||
source.addEventListener("message", function(e) {
|
||||
if(e.data.indexOf("Pi-hole blocking is Enabled") !== -1)
|
||||
if(e.data.indexOf("Pi-hole blocking is") !== -1)
|
||||
{
|
||||
alSuccess.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user