mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Fix #3710
This commit is contained in:
@@ -482,7 +482,7 @@ export default {
|
||||
this.parseErrors(error.response.data);
|
||||
|
||||
// something.
|
||||
console.log('enable button again.')
|
||||
// console.log('enable button again.')
|
||||
button.removeAttr('disabled');
|
||||
});
|
||||
|
||||
@@ -516,7 +516,7 @@ export default {
|
||||
// clear errors:
|
||||
this.setDefaultErrors();
|
||||
|
||||
console.log('enable button again.')
|
||||
// console.log('enable button again.')
|
||||
let button = $('#submitButton');
|
||||
button.removeAttr('disabled');
|
||||
} else {
|
||||
@@ -741,6 +741,8 @@ export default {
|
||||
resetTransactions: function () {
|
||||
// console.log('Now in resetTransactions()');
|
||||
this.transactions = [];
|
||||
this.group_title = '';
|
||||
|
||||
},
|
||||
addTransactionToArray: function (e) {
|
||||
// console.log('Now in addTransactionToArray()');
|
||||
@@ -865,7 +867,7 @@ export default {
|
||||
},
|
||||
|
||||
selectedSourceAccount: function (index, model) {
|
||||
console.log('Now in selectedSourceAccount()');
|
||||
// console.log('Now in selectedSourceAccount()');
|
||||
if (typeof model === 'string') {
|
||||
//console.log('model is string.')
|
||||
// cant change types, only name.
|
||||
@@ -980,6 +982,3 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user