Skip to content

Commit

Permalink
Removed tooltip from sidebar button that doesn't work with OpenLayers…
Browse files Browse the repository at this point in the history
… 3.3.0
  • Loading branch information
vitalidze committed Mar 15, 2015
1 parent decb263 commit 16181f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/m/js/traccar-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var OpenSideMenuControl = function(opt_options) {

var anchor = document.createElement('a');
anchor.href = '#open-side-menu';
anchor.innerHTML = '<span role="tooltip">Open sidebar</span>&gt;';
anchor.innerHTML = '&gt;';

var handleOpenSideMenu = function(e) {
e.preventDefault();
Expand Down

0 comments on commit 16181f3

Please sign in to comment.