|
|
|
@@ -573,7 +573,6 @@ var ( |
|
|
|
OrgName string |
|
|
|
TeamName string |
|
|
|
}{} |
|
|
|
IFrameURL string |
|
|
|
) |
|
|
|
|
|
|
|
// DateLang transforms standard language locale name to corresponding value in datetime plugin. |
|
|
|
@@ -1341,8 +1340,7 @@ func NewContext() { |
|
|
|
sec = Cfg.Section("course") |
|
|
|
Course.OrgName = sec.Key("org_name").MustString("") |
|
|
|
Course.TeamName = sec.Key("team_name").MustString("") |
|
|
|
sec = Cfg.Section("xFrame") |
|
|
|
IFrameURL = sec.Key("url").MustString("") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
func SetRadarMapConfig() { |
|
|
|
|