summaryrefslogtreecommitdiff
path: root/client/tables.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-16 22:35:49 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-16 22:35:49 +0100
commitf968f0e4bcc6e195eb293c4e2b965e8879075d8b (patch)
treed8c0c09787df4bcabc81e438c420075119f007a4 /client/tables.js
parentf9e4b621c9daf66a599c28481b3bf59926144461 (diff)
ok
Diffstat (limited to 'client/tables.js')
-rw-r--r--client/tables.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tables.js b/client/tables.js
index b2b3d39c..2a2699f9 100644
--- a/client/tables.js
+++ b/client/tables.js
@@ -68,7 +68,7 @@ export default function append(el, payload) {
table.setData(data)
el.classList.add('loaded')
} catch (e) {
- console.error("error parsing json:", payload.url)
+ console.error("error making json:", payload.url)
console.error(e)
// console.log(text)
}