Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/user_data/packages/sphone/js/favorite.js

    r21153 r21504  
    33------------------------------------------*/ 
    44function fnAddFavoriteSphone(favoriteProductId) { 
    5     $.mobile.pageLoading(); 
     5    $.mobile.showPageLoadingMsg(); 
    66    //送信データを準備 
    77    var postData = {}; 
     
    2020           error: function(XMLHttpRequest, textStatus, errorThrown){ 
    2121            alert(textStatus); 
    22             $.mobile.pageLoading(true); 
     22            $.mobile.hidePageLoadingMsg(); 
    2323           }, 
    2424           success: function(result){ 
     
    2929                  alert("お気に入りの登録に失敗しました"); 
    3030              } 
    31               $.mobile.pageLoading(true); 
     31              $.mobile.hidePageLoadingMsg(); 
    3232           } 
    3333    }); 
Note: See TracChangeset for help on using the changeset viewer.