mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
More code for rules.
This commit is contained in:
@@ -30,7 +30,7 @@ function addNewTrigger() {
|
||||
|
||||
function addNewAction() {
|
||||
"use strict";
|
||||
triggerCount++;
|
||||
actionCount++;
|
||||
|
||||
$.getJSON('json/action', {count: actionCount}).success(function (data) {
|
||||
//console.log(data.html);
|
||||
|
Reference in New Issue
Block a user