aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-05 22:29:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-05 22:29:47 +0200
commit8687bcd0c9c0d3279cddc05d29a22dcf88ce48c0 (patch)
tree55a34c21ca2f7d2742cf3ced85a848241a0134e6 /src/Wallabag/CoreBundle/Resources/public
parent4b0b77e4d78a916d26cafb08de0ac4c88abf89de (diff)
downloadwallabag-8687bcd0c9c0d3279cddc05d29a22dcf88ce48c0.tar.gz
wallabag-8687bcd0c9c0d3279cddc05d29a22dcf88ce48c0.tar.zst
wallabag-8687bcd0c9c0d3279cddc05d29a22dcf88ce48c0.zip
Remove keybaord shortcut and add tagging rule panel in baggy
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js
index a7acd84c..34e934cc 100755
--- a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js
@@ -79,19 +79,6 @@ $.fn.ready(function() {
79 }); 79 });
80 80
81 /* ========================================================================== 81 /* ==========================================================================
82 Keyboard gestion
83 ========================================================================== */
84
85 $(window).keydown(function(e){
86 if ( ( e.target.tagName.toLowerCase() !== 'input' && e.keyCode == 83 ) || (e.keyCode == 27 && $bagitForm.is(':visible') ) ) {
87 $bagit.removeClass("current");
88 $("#bagit-arrow").removeClass("arrow-down");
89 toggleSaveLinkForm();
90 return false;
91 }
92 });
93
94 /* ==========================================================================
95 Process all links inside an article 82 Process all links inside an article
96 ========================================================================== */ 83 ========================================================================== */
97 84