mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 10:41:22 +00:00
Various code cleanup.
This commit is contained in:
@@ -300,7 +300,7 @@ function testRuleTriggers() {
|
||||
}
|
||||
|
||||
// Show the modal dialog
|
||||
$("#testTriggerModal").modal();
|
||||
modal.modal();
|
||||
}).fail(function () {
|
||||
alert('Cannot get transactions for given triggers.');
|
||||
});
|
||||
|
||||
@@ -25,7 +25,7 @@ $(function () {
|
||||
{
|
||||
helper: fixHelper,
|
||||
stop: sortStop,
|
||||
cursor: "move",
|
||||
cursor: "move"
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user