Skip to content
Extraits de code Groupes Projets
custom-mobile-scripting.js 357 octets
Newer Older
  • Learn to ignore specific revisions
  • Sarah Mei's avatar
    Sarah Mei a validé
    /*   Copyright (c) 2010, Diaspora Inc.  This file is
    *   licensed under the Affero General Public License version 3 or later.  See
    *   the COPYRIGHT file.
    */
    
    
    Laurent's avatar
    Laurent a validé
    $(document).bind("mobileinit", function() {
       $.extend($.mobile, {
    
    lfortin's avatar
    lfortin a validé
         ajaxLinksEnabled: false,
         ajaxFormsEnabled: false
    
    	$.mobile.selectmenu.prototype.options.nativeMenu = false;