source: branches/version-2_12-dev/html/user_data/packages/sphone/js/config.js @ 22796

Revision 22796, 205 bytes checked in by h_yoshimoto, 11 years ago (diff)

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

  • Property svn:mime-type set to text/plain
Line 
1$(document).bind("mobileinit", function(){
2    $.mobile.ajaxEnabled = false;
3    $.mobile.pushStateEnabled = false;
4    $.mobile.page.prototype.options.keepNative = "select, input, textarea.bar";
5});
Note: See TracBrowser for help on using the repository browser.