This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add loading
master
Gitea
4 years ago
parent
67761d1dcd
commit
cf147d7d39
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
templates/repo/cloudbrain/new.tmpl
+ 2
- 1
templates/repo/cloudbrain/new.tmpl
View File
@@ -86,6 +86,7 @@
function showmask() {
document.getElementById("mask").style.display = "block"
}
// 页面加载完毕后遮罩层隐藏
document.onreadystatechange = function() {
if (document.readyState === "complete") {
@@ -163,4 +164,4 @@
</div>
</div>
</div>
{{template "base/footer" .}}
{{template "base/footer" .}}
Write
Preview
Loading…
Cancel
Save