Some more rule things before I merge a change to the CSV importer.

This commit is contained in:
James Cole
2016-01-14 19:20:02 +01:00
parent 42203ba872
commit 9703439a4c
6 changed files with 86 additions and 26 deletions

View File

@@ -14,8 +14,11 @@ $(function () {
if (triggerCount == 0) {
addNewTrigger();
}
if (actionCount == 0) {
addNewAction();
}
addNewAction();
$('.add_rule_trigger').click(function () {
addNewTrigger();