changeset 88:d78a063b2053

Disable mobile mode in the main branch for now.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Oct 2012 01:02:35 +0300
parents 8743ff5302ce
children f9cd4c5ca3d6
files index.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Thu Oct 25 01:01:32 2012 +0300
+++ b/index.php	Thu Oct 25 01:02:35 2012 +0300
@@ -259,6 +259,7 @@
 
 // Check if we are using mobile mode
 $mobileMode = FALSE;
+/*
 if (isset($_GET["m"]))
 {
   $mobileMode = intval($_GET["m"]);
@@ -274,7 +275,7 @@
 {
   $pageCSSData["prefix"] = $baseURI."mluk";
 }
-
+*/
 
 // Check class setting
 if (isset($_GET["luokka"]))