Commit 86a87273 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) forgot alert message

parent 3b64eaf8
...@@ -734,7 +734,7 @@ $( document ).ready(function() { ...@@ -734,7 +734,7 @@ $( document ).ready(function() {
intf:$(this).find('#intf').val() intf:$(this).find('#intf').val()
}, },
complete: function(data,status) { complete: function(data,status) {
alert("done"); alert("added block rule");
}, },
}); });
...@@ -756,7 +756,7 @@ $( document ).ready(function() { ...@@ -756,7 +756,7 @@ $( document ).ready(function() {
intf:$(this).find('#intf').val() intf:$(this).find('#intf').val()
}, },
complete: function(data,status) { complete: function(data,status) {
alert("done"); alert("added pass rule");
}, },
}); });
......
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