MCPcopy
hub / github.com/librespeed/speedtest / redirectToOldDesign

Function redirectToOldDesign

design-switch.js:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 function redirectToOldDesign() {
68 // Preserve any URL parameters when redirecting
69 const currentParams = window.location.search;
70 window.location.href = 'index-classic.html' + currentParams;
71 }
72})();

Callers 1

design-switch.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected