Spaces:
Runtime error
Runtime error
Update assets/custom.js
Browse files- assets/custom.js +3 -2
assets/custom.js
CHANGED
|
@@ -29,7 +29,8 @@ var isInIframe = (window.self !== window.top);
|
|
| 29 |
// console.log(document.title)
|
| 30 |
// }
|
| 31 |
// }
|
| 32 |
-
|
|
|
|
| 33 |
// 获取标题元素
|
| 34 |
var titleElement = document.querySelector('head title');
|
| 35 |
|
|
@@ -48,7 +49,7 @@ window.onload = function () {
|
|
| 48 |
clearInterval(interval);
|
| 49 |
}
|
| 50 |
}, 100);
|
| 51 |
-
}
|
| 52 |
|
| 53 |
|
| 54 |
// gradio 页面加载好了么??? 我能动你的元素了么??
|
|
|
|
| 29 |
// console.log(document.title)
|
| 30 |
// }
|
| 31 |
// }
|
| 32 |
+
|
| 33 |
+
// window.onload = function () {
|
| 34 |
// 获取标题元素
|
| 35 |
var titleElement = document.querySelector('head title');
|
| 36 |
|
|
|
|
| 49 |
clearInterval(interval);
|
| 50 |
}
|
| 51 |
}, 100);
|
| 52 |
+
// }
|
| 53 |
|
| 54 |
|
| 55 |
// gradio 页面加载好了么??? 我能动你的元素了么??
|