github chrome无法加载资源

时间:2012-04-24 01:35:07

标签: google-chrome github

我之前使用github页面做了一个待办事项列表应用程序。它在safari下工作正常,但js只是不加载在chrome下。为什么?这是代码:https://github.com/randomor/tododoingdone

1 个答案:

答案 0 :(得分:0)

我在Chrome控制台中看到的是:

Application Cache Cached event
http://ametopia.com/tododoingdone/border.pngFailed to load resource
http://themes.googleusercontent.com/static/fonts/deliusunicase/v6/b2sKujV3Q48RV2PQ0k1vqiiT6GQZqXe56UwGtNcbg_g.woffFailed to load resource

first error

这让我想起了问题“failed to load resource under Chrome”:
它可能是由扩展引起的(例如AdBlock)。

停用AdBlock(甚至所有扩展名)会导致其他javascript加载错误:

second error

控制台将这些错误显示为“其他”(而非“脚本”)错误 这可能是某些其他查询未能正确返回并阻止所有后续脚本的结果:
例如,请参阅“jquery ajax problem in chrome” 检查您的资源,例如您的图片(请参阅“Resizable: Chrome dev tools console shows GET data: undefined (undefined)”)。