swipable tabs

This commit is contained in:
TLRZ Seyfferth 2018-01-14 20:04:10 +01:00
parent 65bd645dd9
commit 0607663efd

View File

@ -14,7 +14,10 @@ accounting.settings = {
}; };
$(document).ready(function(){ $(document).ready(function(){
$('.tabs').tabs(); $('.tabs').tabs({
swipeable: true,
responsiveThreshold: 640
});
$('.fixed-action-btn').floatingActionButton(); $('.fixed-action-btn').floatingActionButton();
$('.tooltipped').tooltip(); $('.tooltipped').tooltip();
}); });