mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Some more rule things before I merge a change to the CSV importer.
This commit is contained in:
@@ -14,8 +14,11 @@ $(function () {
|
||||
if (triggerCount == 0) {
|
||||
addNewTrigger();
|
||||
}
|
||||
if (actionCount == 0) {
|
||||
addNewAction();
|
||||
}
|
||||
|
||||
|
||||
addNewAction();
|
||||
$('.add_rule_trigger').click(function () {
|
||||
addNewTrigger();
|
||||
|
||||
|
Reference in New Issue
Block a user