piwigo/themes/smartpocket/js/config.js
patdenice a7f70524df feature:2577
Add mobile theme

git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 11:51:34 +00:00

1 line
No EOL
163 B
JavaScript

$(document).bind("mobileinit", function(){
$.extend( $.mobile , {
ajaxEnabled: false,
hashListeningEnabled: false,
pushStateEnabled: false
});
});