mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
If domain removal fails unhide the domain
Currently the domain keeps hidden if the domain removal fails.
This commit is contained in:
@@ -21,6 +21,7 @@ function sub(index, entry) {
|
||||
},
|
||||
error: function(jqXHR, exception) {
|
||||
alert("Failed to remove the domain!");
|
||||
domain.show({queue:true});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user