mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Fix #853
This commit is contained in:
5
public/js/ff/rules/select-transactions.js
vendored
5
public/js/ff/rules/select-transactions.js
vendored
@@ -6,7 +6,7 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
/** global: Modernizr */
|
||||
/** global: Modernizr, askReadWarning */
|
||||
|
||||
$(document).ready(function () {
|
||||
"use strict";
|
||||
@@ -17,4 +17,7 @@ $(document).ready(function () {
|
||||
}
|
||||
);
|
||||
}
|
||||
$('form.form-horizontal').on('submit', function () {
|
||||
return confirm(askReadWarning);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user