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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top