Skip to content

Commit

Permalink
enable click in portalinfo on smartphone by HubertZhang
Browse files Browse the repository at this point in the history
iitc-project/ingress-intel-total-conversion#1125
#2

When pressed, the hover event is triggered, so I do not see the need, but the change will not be superfluous
  • Loading branch information
modos189 committed Nov 27, 2018
1 parent 35f1467 commit ea5349c
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 @@ -139,7 +139,7 @@ window.runOnSmartphonesAfterBoot = function() {
$('#mobileinfo').html('<div style="text-align: center"><b>tap here for info screen</b></div>');

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

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

0 comments on commit ea5349c

Please sign in to comment.