From 85e9c4d3ca514891c8e85b4706c40eac5f9fa4ac Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 3 Mar 2022 17:47:23 +1100 Subject: [PATCH] JS linting --- InvenTree/templates/js/translated/tables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/tables.js b/InvenTree/templates/js/translated/tables.js index 9fb5b668d1..8a6674299c 100644 --- a/InvenTree/templates/js/translated/tables.js +++ b/InvenTree/templates/js/translated/tables.js @@ -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 || {};