1
0
Fork 0
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:
Thomas Citharel 2015-02-10 02:28:53 +01:00
parent 2e4e94a7a4
commit 1394c0bd64
6 changed files with 22 additions and 2 deletions

View file

@ -82,6 +82,9 @@ $("#tags2add").hide();
$('#showtaginput').click(function(){
$('#tags2add').toggle();
$('#plainurl').toggle();
$('#showtaginput').toggleClass('icon-tags');
$('#showtaginput').toggleClass('icon-check');
});