1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/themes/smartpocket/js/config.js
2014-07-06 13:21:10 +02:00

1 line
No EOL
163 B
JavaScript

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