Minor bugfix: Also show success if the pi-hole is disabled during the update of the lists.

This commit is contained in:
DL6ER
2016-11-19 22:10:32 +01:00
parent 73ae5b69be
commit 288e771d1e
+1 -1
View File
@@ -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();
}