Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Fixed onclick function call
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwkleung committed May 28, 2022
1 parent 7bf7a9a commit 39f49c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<input id="file" type="file" accesskey="o" onchange="loadfile(this)">
</button>

<button title="save file" type="button" accesskey="s" onclick="hotkeySave()"><img src="src/img/save.png"></button>
<button title="save file" type="button" accesskey="s" onclick="save()"><img src="src/img/save.png"></button>
<button id="searchbtn" title="search" type="button" onclick="find();"><img src="src/img/search.png"></button>

<button title="undo selection" type="button" onclick="undo()"><img src="src/img/undo.png"></button>
Expand Down

0 comments on commit 39f49c2

Please sign in to comment.