Skip to content

Commit

Permalink
Revert "enable click in portalinfo on smartphone by HubertZhang"
Browse files Browse the repository at this point in the history
This reverts commit ea5349c.
  • Loading branch information
johndoe committed Jan 1, 2019
1 parent 129ef93 commit 2b37b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/smartphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ window.runOnSmartphonesAfterBoot = function() {
$('#mobileinfo').html('<div style="text-align: center"><b>tap here for info screen</b></div>');

// disable img full view
$('div[class=imgpreview]').off('click', '**');
$('#portaldetails').off('click', '**');

// make buttons in action bar flexible
var l = $('#chatcontrols a:visible');
Expand Down

0 comments on commit 2b37b00

Please sign in to comment.