Question

Possible Duplicate:
JS broken in Chrome 18

Uncaught SyntaxError: Variable 'c' has already been declared
ask:37 Uncaught ReferenceError: StackExchange is not defined
ask:137 Uncaught ReferenceError: StackExchange is not defined
ask:180 Uncaught ReferenceError: StackExchange is not defined
ask:202 Uncaught ReferenceError: StackExchange is not defined
ask:259 Uncaught ReferenceError: StackExchange is not defined

I got these errors in the dev tools? What can I do, because in Firefox works pretty!

Was it helpful?

Solution

This is a bug in Stack Overflow's script, combined with 'use strict'. Just turn off "advanced JavaScript" in chrome://flags to fix it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top