swipable tabs
This commit is contained in:
parent
65bd645dd9
commit
0607663efd
@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user