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(); });