From 6835304245565a10f7e7c6a02d0748fb27ee6898 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 29 Aug 2012 21:55:50 +0200 Subject: [PATCH] disable native QMobile object --- 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 07b9517c..28898e2f 100644 --- a/app/views/layouts/phone.html.slim +++ b/app/views/layouts/phone.html.slim @@ -19,7 +19,7 @@ html lang="en" link href="images/favicon.ico" rel="shortcut icon" javascript: // Dummy holder when Qmobile object is not supplied by the mobile phone - var QMobile = { + var QMobile2 = { scanQr: function(){window.location = '/select_qrcode'} }