]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/_global/js/saveLink.js
can add tags from the saving link popup
[github/wallabag/wallabag.git] / themes / _global / js / saveLink.js
index a7acd84c3e808969cac189ca5cf57d267cdba8d6..9f66b73f14e908f632314090a9f4e11d6f7648c6 100755 (executable)
@@ -4,6 +4,8 @@ $.fn.ready(function() {
       $bagitForm = $('#bagit-form'),
       $bagitFormForm = $('#bagit-form-form');
 
+$("#tags2add").hide();
+
   /* ==========================================================================
    bag it link and close button
    ========================================================================== */
@@ -78,6 +80,11 @@ $.fn.ready(function() {
     event.preventDefault();
   });
 
+$('#showtaginput').click(function(){
+  $('#tags2add').toggle();
+});
+
+
   /* ==========================================================================
    Keyboard gestion
    ========================================================================== */