mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Clean up old JS.
This commit is contained in:
10
public/js/ff/accounts/create.js
vendored
10
public/js/ff/accounts/create.js
vendored
@@ -29,14 +29,4 @@ $(document).ready(function () {
|
||||
}
|
||||
);
|
||||
}
|
||||
// on change currency drop down list:
|
||||
$('#ffInput_currency_id').change(updateCurrencyItems);
|
||||
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