forked from wallabag/wallabag
great improvements to tagging when saving a link system <3
This commit is contained in:
@ -82,6 +82,9 @@ $("#tags2add").hide();
|
||||
|
||||
$('#showtaginput').click(function(){
|
||||
$('#tags2add').toggle();
|
||||
$('#plainurl').toggle();
|
||||
$('#showtaginput').toggleClass('icon-tags');
|
||||
$('#showtaginput').toggleClass('icon-check');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user