]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/view.twig
Merge pull request #1825 from wallabag/v1.9.2-remove-swipe-actions
[github/wallabag/wallabag.git] / themes / baggy / view.twig
index 9ee64fc0f6fd3ad24ceda6147832de89f842e1d0..1381519c84bfd56b02b4289c2b2a4668170ef58e 100755 (executable)
 
         // use keyboard to do actions
         actionArticle('{{ entry.id|e }}');
-
-        // swipe to right or left on mobile to navigate
-        $('article').on("swiperight", function(){
-            goLeft('?view=view&id={{ navigate.nextid|e }}');
-        });
-        $('article').on("swipeleft", function(){
-            goRight('?view=view&id={{ navigate.previousid|e }}');
-        });
-
         </script>
 {% endblock %}