mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Replace icons.
This commit is contained in:
2
public/v1/js/ff/rules/index.js
vendored
2
public/v1/js/ff/rules/index.js
vendored
@@ -115,7 +115,7 @@ function testRuleTriggers(e) {
|
||||
var ruleId = parseInt(obj.data('id'));
|
||||
var icon = obj;
|
||||
if (obj.prop("tagName") === 'A') {
|
||||
icon = $('i', obj);
|
||||
icon = $('span', obj);
|
||||
}
|
||||
// change icon:
|
||||
icon.addClass('fa-spinner fa-spin').removeClass('fa-flask');
|
||||
|
Reference in New Issue
Block a user