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)
This commit is contained in:
parent
61b209e817
commit
eab33b9a49
@ -115,7 +115,7 @@ window.runOnSmartphonesAfterBoot = function() {
|
||||
smartphone.mapButton.click();
|
||||
|
||||
// add a div/hook for updating mobile info
|
||||
$('#updatestatus').prepend('<div id="mobileinfo"></div>');
|
||||
$('#updatestatus').prepend('<div id="mobileinfo" onclick="show(\'info\')"></div>');
|
||||
window.addHook('portalDetailsUpdated', window.smartphoneInfo);
|
||||
|
||||
// disable img full view
|
||||
|
Loading…
x
Reference in New Issue
Block a user