From 7fd3cb7fd6265667c6fc30dd7e445315f0a8d490 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Wed, 2 Oct 2013 23:33:09 +0200 Subject: [PATCH] show a hint for the user that a tap leads to the info screen in mobile status bar, when no portal is selected. --- code/smartphone.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/smartphone.js b/code/smartphone.js index 64142803..3efa7948 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -117,6 +117,8 @@ window.runOnSmartphonesAfterBoot = function() { // add a div/hook for updating mobile info $('#updatestatus').prepend('
'); window.addHook('portalDetailsUpdated', window.smartphoneInfo); + // init msg of status bar. hint for the user that a tap leads to the info screen + $('#mobileinfo').html('
tap here for info screen
'); // disable img full view $('#portaldetails').off('click', '**');