ZJunTvT commited on
Commit
243a08a
·
1 Parent(s): 8f91100

Update assets/custom.js

Browse files
Files changed (1) hide show
  1. assets/custom.js +2 -2
assets/custom.js CHANGED
@@ -30,7 +30,7 @@ var isInIframe = (window.self !== window.top);
30
  // }
31
  // }
32
 
33
- // window.onload = function () {
34
  // 获取标题元素
35
  var titleElement = document.querySelector('head title');
36
 
@@ -46,7 +46,7 @@ var isInIframe = (window.self !== window.top);
46
  titleElement.innerText = zjunTitle;
47
  }
48
  }, 100);
49
- // }
50
 
51
 
52
  // gradio 页面加载好了么??? 我能动你的元素了么??
 
30
  // }
31
  // }
32
 
33
+ window.onload = function () {
34
  // 获取标题元素
35
  var titleElement = document.querySelector('head title');
36
 
 
46
  titleElement.innerText = zjunTitle;
47
  }
48
  }, 100);
49
+ }
50
 
51
 
52
  // gradio 页面加载好了么??? 我能动你的元素了么??