From 4884d60337c141197070eefa7e19ae2b0043ae6b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 9 Jan 2016 12:37:40 +0100 Subject: Fix console error when there is an error on the append file --- public/javascripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/javascripts/index.js') diff --git a/public/javascripts/index.js b/public/javascripts/index.js index daab2991e..c0388c55a 100644 --- a/public/javascripts/index.js +++ b/public/javascripts/index.js @@ -211,7 +211,7 @@ file.appendTo($embed.get(0), function (err) { if (err) { alert('Cannot append the file.') - console.err(err) + console.error(err) } }) }) -- cgit v1.2.3