Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix toolbar button events on Firefox.
  • Loading branch information
mdboom committed Jan 4, 2013
commit 8193feb54c0140cfa287d7dbf5ba6a4b4a275ed4
4 changes: 2 additions & 2 deletions lib/matplotlib/backends/web_static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
{% else %}
<button id="{{ name }}"
class="mpl-toolbar-button"
onclick="toolbar_button_onclick('{{ method }}');"
onmouseover="toolbar_button_onmouseover('{{ tooltip }}');"
role="button">
<img src="/images/{{ image }}.png" width="24" height="24"
onclick="toolbar_button_onclick('{{ method }}');"
onmouseover="toolbar_button_onmouseover('{{ tooltip }}');"
alt="{{ tooltip }}"/>
</button>
{% end %}
Expand Down