mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
New code for #736
This commit is contained in:
8
public/js/ff/transactions/list.js
vendored
8
public/js/ff/transactions/list.js
vendored
@@ -48,7 +48,7 @@ $(document).ready(function () {
|
||||
// click the delete button:
|
||||
$('.mass_delete').click(goToMassDelete);
|
||||
// click reconcile button
|
||||
$('.mass_reconcile').click(goToReconcile);
|
||||
// $('.mass_reconcile').click(goToReconcile);
|
||||
});
|
||||
|
||||
/**
|
||||
@@ -226,6 +226,9 @@ function stopMassSelect() {
|
||||
// hide the stop button
|
||||
$('.mass_stop_select').hide();
|
||||
|
||||
// show reconcile account button, if present
|
||||
$('.mass_reconcile').show();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -253,5 +256,8 @@ function startMassSelect() {
|
||||
// show the stop button
|
||||
$('.mass_stop_select').show();
|
||||
|
||||
// hide reconcile account button, if present
|
||||
$('.mass_reconcile').hide();
|
||||
|
||||
return false;
|
||||
}
|
Reference in New Issue
Block a user