mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-09 06:07:49 +00:00
Clean up old JS.
This commit is contained in:
9
public/js/ff/accounts/edit.js
vendored
9
public/js/ff/accounts/edit.js
vendored
@@ -30,13 +30,4 @@ $(document).ready(function () {
|
||||
);
|
||||
}
|
||||
|
||||
// on change currency drop down list:
|
||||
$('#ffInput_currency_id').change(updateCurrencyItems);
|
||||
|
||||
});
|
||||
|
||||
function updateCurrencyItems() {
|
||||
var value = $('#ffInput_currency_id').val();
|
||||
var symbol = currencies[value];
|
||||
$('.non-selectable-currency-symbol').text(symbol);
|
||||
}
|
||||
|
Reference in New Issue
Block a user