mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 03:56:42 +00:00
Fix #1828
This commit is contained in:
2
public/v1/js/ff/rules/create-edit.js
vendored
2
public/v1/js/ff/rules/create-edit.js
vendored
@@ -22,7 +22,7 @@
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
||||
$(".content-wrapper form input:enabled:visible:first").first().focus().select();
|
||||
if (triggerCount > 0) {
|
||||
console.log('trigger count is larger than zero, call onAddNewTrigger.');
|
||||
onAddNewTrigger();
|
||||
|
Reference in New Issue
Block a user