mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
JS linting
This commit is contained in:
parent
0ec0f55e17
commit
85e9c4d3ca
@ -39,7 +39,7 @@ function downloadTableData(table, opts={}) {
|
||||
var url = table_options.url;
|
||||
|
||||
if (!url) {
|
||||
console.log("Error: downloadTableData could not find 'url' parameter");
|
||||
console.log('Error: downloadTableData could not find "url" parameter.');
|
||||
}
|
||||
|
||||
var query_params = table_options.query_params || {};
|
||||
|
Loading…
Reference in New Issue
Block a user