TypeError: undefined from smoothstate.js causing error after second url click

TypeError: undefined from smoothstate.js causing error after second url click

我已将 smoothstate.js 实施到我的网站 http://www.hotelieracademy.com

我在第二次 link 单击时收到 TypeError: undefined is not a function (evaluating 'html.replace')。

我好像找不到原因。

我从 CDN 加载 jQuery,我的 main.js 顶部有 smoothstate.js javascript,我是异步加载的。

有什么想法吗?

第一次点击时,jQuery 会重新加载。查看调试器的网络面板。

但是插件 smoothState 没有重新加载,因此 TypeError: undefined is not a function