Skip to content

Commit

Permalink
Merge pull request #347 from donmahallem/patch-1
Browse files Browse the repository at this point in the history
Unhide the domain if the list removal fails
  • Loading branch information
DL6ER authored Jan 9, 2017
2 parents 6f8287b + 8707e04 commit bc5dbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function sub(index, entry) {
},
error: function(jqXHR, exception) {
alert("Failed to remove the domain!");
domain.show({queue:true});
}
});
}
Expand Down

0 comments on commit bc5dbac

Please sign in to comment.