This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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 bug caused by
#788
(
#799
)
tags/v1.21.12.1
Lunny Xiao
GitHub
8 years ago
parent
f94869d2d1
commit
77ab60df83
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
public/js/index.js
+ 3
- 1
public/js/index.js
View File
@@ -109,7 +109,9 @@ function initCommentForm() {
}
$('.select-label').dropdown('setting', 'onHide', function(){
location.reload();
if (hasLabelUpdateAction) {
location.reload();
}
});
$labelMenu.find('.item:not(.no-select)').click(function () {
Write
Preview
Loading…
Cancel
Save