aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/view.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-18 20:01:56 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-18 20:01:56 +0200
commit143f550ba6bee8c13ce80a753fe6f15a20a551f1 (patch)
tree26ff1bb46df5ad5c1dbf711fb323a7659a715345 /themes/baggy/view.twig
parent5d49f06220d3a8f1c731a6cea7f39fd71e8c774d (diff)
parent729c89aec41c7f53411deb43389e2b775a29d073 (diff)
downloadwallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.gz
wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.zst
wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.zip
Merge pull request #1814 from wallabag/dev
Wallabag 1.9.2
Diffstat (limited to 'themes/baggy/view.twig')
-rwxr-xr-xthemes/baggy/view.twig9
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 %}