Skip to content

Commit

Permalink
add class for pause button in context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
eroamane committed May 10, 2020
1 parent 04e6c8f commit 6ec71e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h1>Yet Another Aria2 Web Frontend</h1>
<ul id="task-contextmenu" class="dropdown-menu">
<li class="task-restart"><a href="#" id="menuRestart" >ReStart</a></li>
<li class="task-start"><a href="#" id="menuStart" >Start</a></li>
<li><a href="#" id="menuPause" >Pause</a></li>
<li class="task-pause"><a href="#" id="menuPause" >Pause</a></li>
<li><a href="#" id="menuRemove" >Remove</a></li>
<li class="task-move divider"></li>
<li class="task-move"><a href="#" id="menuMoveTop" >MoveTop</a></li>
Expand Down

0 comments on commit 6ec71e2

Please sign in to comment.