aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_head.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-07 23:59:27 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-07 23:59:27 +0100
commitc34a8956e1cd07498457f3211898e8de6d794de3 (patch)
treeb53b0e16f39657af447294bb4b96a2d4f4cc22b1 /themes/baggy/_head.twig
parent00dc7622fbb25458f82b8d81dffae6f843dadece (diff)
downloadwallabag-c34a8956e1cd07498457f3211898e8de6d794de3.tar.gz
wallabag-c34a8956e1cd07498457f3211898e8de6d794de3.tar.zst
wallabag-c34a8956e1cd07498457f3211898e8de6d794de3.zip
implement swipe gestures on mobile to go to next and previous articles
Diffstat (limited to 'themes/baggy/_head.twig')
-rwxr-xr-xthemes/baggy/_head.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig
index 3799f8fb..b9f1e5d9 100755
--- a/themes/baggy/_head.twig
+++ b/themes/baggy/_head.twig
@@ -31,6 +31,7 @@
31 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> 31 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print">
32 32
33 <script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script> 33 <script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script>
34 <script src="{{ poche_url }}themes/_global/js/jquery.mobile.events.touch.min.js"></script>
34 <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script> 35 <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
35 <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> 36 <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script>
36 <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script> 37 <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script>