source: branches/2.5/themes/smartpocket/js/config.js @ 26010

Last change on this file since 26010 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.