Skip to content

Commit

Permalink
Fixed issue in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Talonpoika committed Feb 26, 2016
1 parent 718c0d0 commit b5e234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Novel.js needs some HTML on the webpage to run properly. You can use this code o
</ul>
</div>
<div v-if="novel.settings.showSaveButtons" class="save-buttons">
<button type="button" id="save-button" onclick="novelManager.savenovel()">Save</button>
<button type="button" id="save-button" onclick="novelManager.saveData()">Save</button>
<button type="button" id="load-button" onclick="ui.showLoadNotification()">Load</button>
</div>
</div>
Expand Down

0 comments on commit b5e234d

Please sign in to comment.