source: trunk/themes/smartpocket/js/config.js @ 13182

Last change on this file since 13182 was 13182, checked in by patdenice, 12 years ago

feature:2577
Add mobile theme

File size: 163 bytes
Line 
1$(document).bind("mobileinit", function(){
2  $.extend(  $.mobile , {
3    ajaxEnabled: false,
4    hashListeningEnabled: false,
5    pushStateEnabled: false
6  });
7});
Note: See TracBrowser for help on using the repository browser.