Skip to content

Commit

Permalink
Merge pull request ivmartel#288 from rafasoyyo/patch-4
Browse files Browse the repository at this point in the history
Minor bug when saving state
  • Loading branch information
ivmartel authored Dec 18, 2016
2 parents 1270c81 + a2f86f3 commit 45d1d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewers/static/appgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ dwv.gui.Toolbox = function (app)
toggleSaveState.onclick = app.onStateSave;
toggleSaveState.download = "state.json";
toggleSaveState.id = "download-state";
toggleSaveState.className += "download-state";
toggleSaveState.appendChild(saveButton);
// add to openData window
node = app.getElement("openData");
Expand Down

0 comments on commit 45d1d82

Please sign in to comment.