From 0607663efd9e3a2940c58aebc4d8864cd78928ca Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Sun, 14 Jan 2018 20:04:10 +0100 Subject: [PATCH] swipable tabs --- js/app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 455517a..17f71dd 100644 --- a/js/app.js +++ b/js/app.js @@ -14,7 +14,10 @@ accounting.settings = { }; $(document).ready(function(){ - $('.tabs').tabs(); + $('.tabs').tabs({ + swipeable: true, + responsiveThreshold: 640 + }); $('.fixed-action-btn').floatingActionButton(); $('.tooltipped').tooltip(); });