Skip to content

Commit

Permalink
Bugfix: undefine event.target.id
Browse files Browse the repository at this point in the history
  • Loading branch information
hirohisa committed Feb 4, 2017
1 parent 7e604bb commit 65a080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -14,7 +14,7 @@
<div class="pane-sm sidebar" id="sidebar">
<nav class="nav-group">
<span class="nav-group-item" id="move-parent-directory">
<span class="icon icon-reply"></span>
<span class="icon icon-reply" id="move-parent-directory"></span>
</span>
<h5 class="nav-group-title">Directory</h5>
<span class="nav-group-item" id="path-directory">
Expand Down

0 comments on commit 65a080e

Please sign in to comment.