Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/favorite.tpl

    r21228 r21453  
    111111 
    112112function getProducts(limit) { 
    113     $.mobile.pageLoading(); 
     113    $.mobile.showPageLoadingMsg(); 
    114114    var i = limit; 
    115115    //送信データを準備 
     
    130130           error: function(XMLHttpRequest, textStatus, errorThrown){ 
    131131            alert(textStatus); 
    132             $.mobile.pageLoading(true); 
     132            $.mobile.hidePageLoadingMsg(); 
    133133           }, 
    134134           success: function(result){ 
     
    178178                 $("#btn_more_product").hide(); 
    179179             } 
    180              $.mobile.pageLoading(true); 
     180             $.mobile.hidePageLoadingMsg(); 
    181181           } 
    182182}); 
Note: See TracChangeset for help on using the changeset viewer.