Ignore:
Timestamp:
2014/05/14 18:41:11 (10 years ago)
Author:
pineray
Message:

#2549 jQuery Mobile への依存を無くす

ローディング画像の表示をオリジナルのものへ変更.

File:
1 edited

Legend:

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

    r23101 r23419  
    9090 
    9191    function getDelivery(limit) { 
    92         $.mobile.showPageLoadingMsg(); 
     92        eccube.showLoading(); 
    9393        var i = limit; 
    9494        //送信データを準備 
     
    109109            error: function(XMLHttpRequest, textStatus, errorThrown){ 
    110110                alert(textStatus); 
    111                 $.mobile.hidePageLoadingMsg(); 
     111                eccube.hideLoading(); 
    112112            }, 
    113113            success: function(result){ 
     
    147147                    $("#btn_more_delivery").hide(); 
    148148                } 
    149                 $.mobile.hidePageLoadingMsg(); 
     149                eccube.hideLoading(); 
    150150            } 
    151151        }); 
Note: See TracChangeset for help on using the changeset viewer.