Add mobile theme git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
1 line
No EOL
163 B
JavaScript
1 line
No EOL
163 B
JavaScript
$(document).bind("mobileinit", function(){
|
|
$.extend( $.mobile , {
|
|
ajaxEnabled: false,
|
|
hashListeningEnabled: false,
|
|
pushStateEnabled: false
|
|
});
|
|
}); |