This commit is contained in:
Liang Ding 2022-10-30 00:46:22 +08:00
parent ec28afd27f
commit 4340f5bd17
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -314,9 +314,6 @@ func setGoogleAnalytics(c *gin.Context) {
googleAnalytics := arg["googleAnalytics"].(bool)
model.Conf.System.GoogleAnalytics = googleAnalytics
model.Conf.Save()
util.PushMsg(model.Conf.Language(42), 1000*15)
time.Sleep(time.Second * 3)
}
func setUploadErrLog(c *gin.Context) {