Skip to content

Commit

Permalink
open webui in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulightouch committed Nov 15, 2016
1 parent e5eb45c commit 291d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<div id="globalstat"></div>
<a href="/webui-aria2/index.html">Web-Ui</a>
<a href="/webui-aria2/index.html" target="_blank">Web-Ui</a>
<input type="button" id="purgebtn" value="Purge!" /><input type="button" id="addbtn" value="Add" />
<br /><hr>
<div id="addtaskcontainer" style="display:none"><form id="addtask"><input type="text" id="taskaddbox" /><textarea id="taskaddbatch" rows="5"></textarea><input type="button" id="addmore" value=">>" /><input type="submit" id="addsubmit" value="+ Task" /><div style="clear: both;"></div></form></div>
Expand Down

0 comments on commit 291d1cc

Please sign in to comment.