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', '**');