This commit is contained in:
James Cole
2018-04-22 09:40:03 +02:00
parent 01c10e320c
commit 07768a43c8
3 changed files with 30 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ $(document).ready(function () {
// convert source currency to destination currency (slightly different routine for transfers)
$('#ffInput_source_amount').on('change', convertSourceToDestination);
//
});