This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
fix left right icon and canavs center on label annotation
tags/v1.21.9.1^2
zhoupzh
4 years ago
parent
62259013b8
commit
f7be7529bd
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
public/self/labeling.html
+ 2
- 1
public/self/labeling.html
View File
@@ -34,7 +34,8 @@
csrf: '',
}
var title_text = sessionStorage.getItem('return_url').split('/')[1]
var title_text = sessionStorage.getItem('return_url').split('/')[2]
console.log(sessionStorage.getItem('return_url').split('/'))
title_text = "数据标注-" + title_text + '-OpenI'
document.title = title_text
Write
Preview
Loading…
Cancel
Save