|
@@ -573,7 +573,7 @@ func (s *Front) ShowRedSpotOnMenu() {
|
|
}
|
|
}
|
|
s.ServeJson(map[string]interface{}{
|
|
s.ServeJson(map[string]interface{}{
|
|
"subscribe": subscribe,
|
|
"subscribe": subscribe,
|
|
- "my": project + ent + notice,
|
|
|
|
|
|
+ "my": util.If(config.Sysconfig["keepShowRedSpot"].(bool), 0, project+ent+notice),
|
|
"notice": notice,
|
|
"notice": notice,
|
|
"follow_project": project,
|
|
"follow_project": project,
|
|
"follow_ent": ent,
|
|
"follow_ent": ent,
|