- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 line
163 B
JavaScript
1 line
163 B
JavaScript
$(document).bind("mobileinit", function(){
|
|
$.extend( $.mobile , {
|
|
ajaxEnabled: false,
|
|
hashListeningEnabled: false,
|
|
pushStateEnabled: false
|
|
});
|
|
}); |