More code for rules.

This commit is contained in:
James Cole
2016-01-14 21:34:17 +01:00
parent 9703439a4c
commit 1f538be16e
10 changed files with 371 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ function addNewTrigger() {
function addNewAction() {
"use strict";
triggerCount++;
actionCount++;
$.getJSON('json/action', {count: actionCount}).success(function (data) {
//console.log(data.html);