mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Chore: Add phpdocs
This commit is contained in:
2
public/v1/js/ff/transactions/list.js
vendored
2
public/v1/js/ff/transactions/list.js
vendored
@@ -66,6 +66,7 @@ function goToMassEdit() {
|
||||
if (bases.length > 0) {
|
||||
baseHref = bases[0].href;
|
||||
}
|
||||
console.log('baseHref for mass edit is "' + baseHref + '".');
|
||||
|
||||
window.location.href = baseHref + 'transactions/mass/edit/' + checkedArray;
|
||||
return false;
|
||||
@@ -86,6 +87,7 @@ function goToBulkEdit() {
|
||||
if (bases.length > 0) {
|
||||
baseHref = bases[0].href;
|
||||
}
|
||||
console.log('baseHref for bulk edit is "' + baseHref + '".');
|
||||
|
||||
window.location.href = baseHref + 'transactions/bulk/edit/' + checkedArray;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user