icon for new window

This commit is contained in:
ville rantanen
2017-06-02 16:39:03 +03:00
parent 20542265af
commit 3e83441c59

View File

@@ -218,7 +218,8 @@ var config = {
</head> </head>
<body onload="read_links()"> <body onload="read_links()">
<div id="search"><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name"> <div id="search"><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name">
<span class=tickbox><input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1></span> <span class=tickbox>&#10697;<input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1>
</span>
</div> </div>
<div id="main"></div> <div id="main"></div>
</body> </body>