If domain removal fails unhide the domain

Currently the domain keeps hidden if the domain removal fails.
This commit is contained in:
donmahallem
2017-01-08 18:26:55 +01:00
committed by GitHub
parent 7be7956c17
commit 8707e04c55
+1
View File
@@ -21,6 +21,7 @@ function sub(index, entry) {
},
error: function(jqXHR, exception) {
alert("Failed to remove the domain!");
domain.show({queue:true});
}
});
}