Fixed error message

This commit is contained in:
Magnus Persson 2022-05-05 18:44:16 +02:00
parent 7b2a99c8a3
commit 971b210438
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@
var json = JSON.parse(doc);
doc = JSON.stringify(json, null, 2);
} catch(e) {
console.log("Not a javascript object!")
console.log("Not a JSON object!")
}
$("#preview").text(doc);

File diff suppressed because one or more lines are too long