|
@@ -50,7 +50,7 @@ let totalPages = {
|
|
window.onload = function () {
|
|
window.onload = function () {
|
|
|
|
|
|
if (screen.width < 600) {
|
|
if (screen.width < 600) {
|
|
- window.location.href = `../index_designerList_mb.html?cid=${cid}`;
|
|
|
|
|
|
+ window.location.href = `./index_designerList_mb.html?cid=${cid}`;
|
|
}
|
|
}
|
|
userAgent = navigator.userAgent;
|
|
userAgent = navigator.userAgent;
|
|
detectBrowser(userAgent);
|
|
detectBrowser(userAgent);
|