Uncaught SyntaxError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': 'Thu Nov 14 2013 18:27:20 GMT+0900 …' is not a valid HTTP header field value.
Replace the following JavaScript code line in the /sitecore/shell/Controls/Sitecore.js file:
this.httpRequest.setRequestHeader("lastCached", new Date().toString());
with:
this.httpRequest.setRequestHeader("lastCached", new Date().toString().split('(')[0]);