From 6251d07a5abc153f3eed6608667d8716ace7c000 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Thu, 22 Nov 2012 15:49:22 +0100 Subject: [PATCH] set data host to production again --- app/views/layouts/phone.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/phone.html.slim b/app/views/layouts/phone.html.slim index a5fcb484..af8377ca 100644 --- a/app/views/layouts/phone.html.slim +++ b/app/views/layouts/phone.html.slim @@ -19,7 +19,7 @@ html lang="en" javascript: var data_host = '#{Rails.env == 'development' ? 'http://localhost:3000' : 'http://data.qwaiter.com' }'; //var data_host = 'http://localhost:3000'; - data_host = 'http://192.168.1.148:3000'; + //data_host = 'http://192.168.1.148:3000'; var $locale = '#{I18n.locale}'; var $url_vars = null; // Dummy holder when Qmobile object is not supplied by the mobile phone