KiwenLau同学在他的个人博客使用了Fundebug的JavaScript错误监控插件,然后偶尔会收到jQuery is not defined这样的错误报警: 他的博客使用了Staticfile CDN提供的的jQuery: <script src="https://cdn.staticfile.org/jquery/3.1.1/jquery.min.js"></script> 由出错的代码块可知,博客中的『返回顶部』的功能是使用了jQuery实现,如果j…
The steps1.Query your db as this query.select id, create_date, store_fname, datas_fname from ir_attachment where datas_fname like '%.js%';2.Delete records that you found like "web.assets_common.js" "web.assets_backend.js"3.Done. 原文:htt…