Pārlūkot izejas kodu

删除测试字段

庄逸洲 5 gadus atpakaļ
vecāks
revīzija
a23a9b4ccc
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go Parādīt failu

@@ -27,8 +27,6 @@ func (this *IndexController) Index() {
27 27
 		}
28 28
 	}
29 29
 
30
-	isFromMobile = true
31
-
32 30
 	if isFromMobile {
33 31
 		this.SetTpl("mobile_site/index.html")
34 32
 	} else {