aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/mobile_config.js
blob: d208fd9d37521d96e4f7108513bee50fc475c254 (plain)
1
2
3
4
$(document).bind("mobileinit", function(){
    $.mobile.ignoreContentEnabled = true;
    $.mobile.defaultPageTransition = 'slide';
});