mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
We define console.log
as an empty function for old browsers now
This commit is contained in:
parent
de4e4f2b98
commit
31ca464c31
1 changed files with 0 additions and 9 deletions
|
@ -7,15 +7,6 @@ if Rails.env.production?
|
|||
|
||||
/^ActionController::UnknownFormat/,
|
||||
|
||||
# some old browsers don't define the JavaScript console
|
||||
#
|
||||
# 'console' is undefined
|
||||
# Url: http://discourse-cdn.codinghorror.com/assets/vendor-0dbc6e71b0ee5428574e3562afe91ef1.js
|
||||
# Line: 16
|
||||
# Window Location: http://discourse.codinghorror.com/t/the-non-programming-programmer/120/2
|
||||
#
|
||||
/^'console' is undefined/,
|
||||
|
||||
# ignore any empty JS errors that contain blanks or zeros for line and column fields
|
||||
#
|
||||
# Line:
|
||||
|
|
Loading…
Reference in a new issue