Catch errors, prep to render them.

This commit is contained in:
James Cole
2019-05-17 06:52:16 +02:00
parent 9a53f17fff
commit 6e9128d894
4 changed files with 31 additions and 13 deletions

View File

@@ -100,7 +100,7 @@
},
accountTypeFilters() {
let types = this.accountTypeFilters.join(',');
console.log(this.inputName + '[' + this.index + '] is now searching for: ' + types);
//console.log(this.inputName + '[' + this.index + '] is now searching for: ' + types);
this.accountAutoCompleteURI = document.getElementsByTagName('base')[0].href + "json/accounts?types=" + types + "&query=";
}
},