Commit 1c4fc587 authored by Ad Schellevis's avatar Ad Schellevis

(ids) work in progress ids template

parent 1c381fe6
......@@ -103,7 +103,7 @@ POSSIBILITY OF SUCH DAMAGE.
// when done, disable progress animation.
$("#reconfigureAct_progress").removeClass("fa fa-spinner fa-pulse");
if (status != "success" || data['status'] != 'ok') {
if (status != "success" || data['status'].toLowerCase().trim() != "ok") {
BootstrapDialog.show({
type: BootstrapDialog.TYPE_WARNING,
title: "Error reconfiguring IDS",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment