From eab33b9a493a4e15306e9c5d30539dff344ca094 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 27 Sep 2013 05:11:01 +0100 Subject: [PATCH] quick-n-dirty alternate route to the info page on mobile - tap on the status bar left hand side (where we already show a mini portal status) --- code/smartphone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/smartphone.js b/code/smartphone.js index edaa1d8b..64142803 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -115,7 +115,7 @@ window.runOnSmartphonesAfterBoot = function() { smartphone.mapButton.click(); // add a div/hook for updating mobile info - $('#updatestatus').prepend('
'); + $('#updatestatus').prepend('
'); window.addHook('portalDetailsUpdated', window.smartphoneInfo); // disable img full view