Disable turbo client navigation to fix broken page layouts.
Turbo swapping broke page CSS/JS across stats, settings, market, and trade. Restore full page loads; keep external base.css and link prefetch. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -42,10 +42,6 @@
|
||||
}
|
||||
|
||||
function prefetchNav(href) {
|
||||
if (window.qihuoPrefetchPage) {
|
||||
window.qihuoPrefetchPage(href);
|
||||
return;
|
||||
}
|
||||
if (!href || href.indexOf(window.location.origin) !== 0) return;
|
||||
if (href === window.location.href) return;
|
||||
var links = document.head.querySelectorAll('link[rel="prefetch"]');
|
||||
|
||||
Reference in New Issue
Block a user