Back to Frontend

FixIEReferenceErrors.Scala

common/app/views/fragments/page/head/fixIEReferenceErrors.scala.html

latest303 B
Original Source

@* Protect against ReferenceErrors in IE: window.console only exists when the dev tools are open. If you reference something that doesn't exist, JavaScript will throw a ReferenceError. Here, we ensure console always exists one can safely reference it. Example: http://output.jsbin.com/jodureg/1 *@