diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-29 19:56:44 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-29 19:56:44 +0200 |
commit | 04ffc7fb11f9e98991ee5bc0511ce5d96a7755c7 (patch) | |
tree | 0b89474eb0345be62066bbbf44113862a8650ccf /themes/baggy/view.twig | |
parent | 0dd043c19b08ca46ee03989186df0de01e60f798 (diff) | |
parent | 2869f018045c5a2f4f7525a5ea6d98348495540d (diff) | |
download | wallabag-04ffc7fb11f9e98991ee5bc0511ce5d96a7755c7.tar.gz wallabag-04ffc7fb11f9e98991ee5bc0511ce5d96a7755c7.tar.zst wallabag-04ffc7fb11f9e98991ee5bc0511ce5d96a7755c7.zip |
Merge pull request #1825 from wallabag/v1.9.2-remove-swipe-actions
remove buggy swipe actions
Diffstat (limited to 'themes/baggy/view.twig')
-rwxr-xr-x | themes/baggy/view.twig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index 9ee64fc0..1381519c 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig | |||
@@ -113,14 +113,5 @@ | |||
113 | 113 | ||
114 | // use keyboard to do actions | 114 | // use keyboard to do actions |
115 | actionArticle('{{ entry.id|e }}'); | 115 | actionArticle('{{ entry.id|e }}'); |
116 | |||
117 | // swipe to right or left on mobile to navigate | ||
118 | $('article').on("swiperight", function(){ | ||
119 | goLeft('?view=view&id={{ navigate.nextid|e }}'); | ||
120 | }); | ||
121 | $('article').on("swipeleft", function(){ | ||
122 | goRight('?view=view&id={{ navigate.previousid|e }}'); | ||
123 | }); | ||
124 | |||
125 | </script> | 116 | </script> |
126 | {% endblock %} | 117 | {% endblock %} |