mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-21 18:11:10 +00:00
great improvements to tagging when saving a link system <3
This commit is contained in:
parent
2e4e94a7a4
commit
1394c0bd64
6 changed files with 22 additions and 2 deletions
|
@ -82,6 +82,9 @@ $("#tags2add").hide();
|
|||
|
||||
$('#showtaginput').click(function(){
|
||||
$('#tags2add').toggle();
|
||||
$('#plainurl').toggle();
|
||||
$('#showtaginput').toggleClass('icon-tags');
|
||||
$('#showtaginput').toggleClass('icon-check');
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue