diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/javascripts/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
211 | file.appendTo($embed.get(0), function (err) { | 211 | file.appendTo($embed.get(0), function (err) { |
212 | if (err) { | 212 | if (err) { |
213 | alert('Cannot append the file.') | 213 | alert('Cannot append the file.') |
214 | console.err(err) | 214 | console.error(err) |
215 | } | 215 | } |
216 | }) | 216 | }) |
217 | }) | 217 | }) |