Skip to content

Commit

Permalink
Fix download button
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Nov 21, 2013
1 parent f8687b0 commit d6b1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backends/web_backend/mpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ mpl.figure.prototype._init_toolbar = function() {
fmt_picker.addClass('mpl-toolbar-option ui-widget ui-widget-content');
fmt_picker_span.append(fmt_picker);
nav_element.append(fmt_picker_span);
this.format_dropdown = fmt_picker;
this.format_dropdown = fmt_picker[0];

for (var ind in mpl.extensions) {
var fmt = mpl.extensions[ind];
Expand Down

0 comments on commit d6b1c38

Please sign in to comment.