ZJunTvT commited on
Commit
2eeacf8
·
1 Parent(s): d793a22

Update assets/custom.js

Browse files
Files changed (1) hide show
  1. 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
- window.onload = function () {
 
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 页面加载好了么??? 我能动你的元素了么??