mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename variable.
This commit is contained in:
@@ -519,8 +519,8 @@ export default {
|
||||
let button = $('#submitButton');
|
||||
button.removeAttr('disabled');
|
||||
} else {
|
||||
// console.log('Will redirect to previous URL. (' + previousUri + ')');
|
||||
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=created';
|
||||
//console.log('Will redirect to previous URL. (' + previousUrl + ')');
|
||||
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=created';
|
||||
}
|
||||
},
|
||||
|
||||
|
@@ -718,9 +718,9 @@ export default {
|
||||
}
|
||||
} else {
|
||||
if (this.storeAsNew) {
|
||||
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=created';
|
||||
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=created';
|
||||
} else {
|
||||
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=updated';
|
||||
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=updated';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user