mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Updated stuff from the control list.
This commit is contained in:
@@ -53,7 +53,7 @@ function updateLayout() {
|
||||
$('#subTitle').text(title[what]);
|
||||
$('.breadcrumb .active').text(breadcrumbs[what]);
|
||||
$('.breadcrumb li:nth-child(2)').html('<a href="' + middleCrumbUrl[what] + '">' + middleCrumbName[what] + '</a>');
|
||||
$('#transaction-btn').html('<i class="fa fa-plus-circle"></i> ' + button[what]);
|
||||
$('#transaction-btn').text(button[what]);
|
||||
}
|
||||
|
||||
function updateForm() {
|
||||
|
Reference in New Issue
Block a user