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
visible为0公告不显示
tags/v1.22.1.1^2
wangjr
4 years ago
parent
3c769a87b0
commit
1d171ff611
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/base/head.tmpl
+1
-1
templates/base/head_fluid.tmpl
+1
-1
templates/base/head_pro.tmpl
+ 1
- 1
templates/base/head.tmpl
View File
@@ -230,7 +230,7 @@ var _hmt = _hmt || [];
}else{
isNewNotice=false;
}
if ("{{.notice.Visible}}"){
if (
JSON.parse(
"{{.notice.Visible}}"
)
){
if(isNewNotice){
document.getElementById("notic_content").style.display='block'
}else{
+ 1
- 1
templates/base/head_fluid.tmpl
View File
@@ -231,7 +231,7 @@ var _hmt = _hmt || [];
}else{
isNewNotice=false;
}
if ("{{.notice.Visible}}"){
if (
JSON.parse(
"{{.notice.Visible}}"
)
){
if(isNewNotice){
document.getElementById("notic_content").style.display='block'
}else{
+ 1
- 1
templates/base/head_pro.tmpl
View File
@@ -232,7 +232,7 @@ var _hmt = _hmt || [];
}else{
isNewNotice=false;
}
if ("{{.notice.Visible}}"){
if (
JSON.parse(
"{{.notice.Visible}}"
)
){
if(isNewNotice){
document.getElementById("notic_content").style.display='block'
}else{
Write
Preview
Loading…
Cancel
Save