Skip to content
Snippets Groups Projects
Commit 29796e62 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style index: remove 'unique' in button labels


Buttons said 'unique' too. But after making the lines unique as an
option to check it had to be removed from the button labels. Had to be
removed from the details 'How to sort' too.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 2da1651a
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@
<details>
<summary>How to sort</summary>
<p>With this tool you can sort newline separated lines alphabetically.</p>
<p>You can either push the button "Paste, Sort, Unique &amp; Copy" where the clipboard content is used as content or fill in your lines into textarea and push the button "Sort, Unique &amp; Copy". In both cases the sorted result will be put back to clipboard.</p>
<p>You can either push the button "Paste, Sort &amp; Copy" where the clipboard content is used as content or fill in your lines into textarea and push the button "Sort &amp; Copy". In both cases the sorted result will be put back to clipboard.</p>
</details>
<div class="flex">
<button class="button pastesortunique" title="click: paste + sort + unique + copy to clipboard" onclick="paste()">Paste, Sort, Unique &amp; Copy [1]</button>
<button class="button pastesortunique" title="click: paste + sort + unique + copy to clipboard" onclick="paste()">Paste, Sort &amp; Copy [1]</button>
<span class="between_buttons">or</span>
<button class="button sortunique" title="click: sort + unique + copy to clipboard" onclick="sort_and_copy()">Sort, Unique &amp; Copy [2]</button>
<button class="button sortunique" title="click: sort + unique + copy to clipboard" onclick="sort_and_copy()">Sort &amp; Copy [2]</button>
<input id="unique" type="checkbox" name="unique" checked>
<label for="unique">output unique lines only</label>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment