mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-14 13:26:01 +02:00
a7f70524df
Add mobile theme git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
1 line
163 B
JavaScript
1 line
163 B
JavaScript
$(document).bind("mobileinit", function(){
|
|
$.extend( $.mobile , {
|
|
ajaxEnabled: false,
|
|
hashListeningEnabled: false,
|
|
pushStateEnabled: false
|
|
});
|
|
}); |