mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Clean up some more problems after switching to using classes
This commit is contained in:
@ -145,12 +145,12 @@ function importFile(url, inputElement) {
|
||||
}
|
||||
|
||||
function importOFXFile(inputElement, account) {
|
||||
url = "account/"+account.AccountId+"/import/ofxfile";
|
||||
var url = "account/"+account.AccountId+"/import/ofxfile";
|
||||
return importFile(url, inputElement);
|
||||
}
|
||||
|
||||
function importGnucash(inputElement) {
|
||||
url = "import/gnucash";
|
||||
var url = "import/gnucash";
|
||||
return importFile(url, inputElement);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user