Skip to content

Commit

Permalink
Adjust tooltip on pan/zoom button.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Mar 4, 2012
1 parent d42ece6 commit cbeada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
panButton.textContent = 'pan/zoom';
panButton.style.cursor = 'move';
panButton.style.display = 'none';
panButton.title = "Use 'hide code' for a large pan/zoom area.";
panButton.title = "Pan: left-drag, Zoom: right-drag. Use 'hide code' for a large pan/zoom area.";
rightside.appendChild( panButton );

fullscreenButton = document.createElement( 'button' );
Expand Down

0 comments on commit cbeada5

Please sign in to comment.