庄逸洲 пре 5 година
родитељ
комит
a23a9b4ccc
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go Прегледај датотеку

@@ -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 {