mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
$(document).bind("mobileinit", function(){
|
|
$.extend( $.mobile , {
|
|
|
|
ajaxLinksEnabled : false
|
|
ajaxFormsEnabled : false
|
|
});
|
|
});
|