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/index.tpl

    r23304 r23419  
    9898 
    9999    function getHistory(limit) { 
    100         $.mobile.showPageLoadingMsg(); 
     100        eccube.showLoading(); 
    101101        var i = limit; 
    102102        //送信データを準備 
     
    117117            error: function(XMLHttpRequest, textStatus, errorThrown){ 
    118118                alert(textStatus); 
    119                 $.mobile.hidePageLoadingMsg(); 
     119                eccube.hideLoading(); 
    120120            }, 
    121121            success: function(result){ 
     
    158158                    $("#btn_more_history").hide(); 
    159159                } 
    160                 $.mobile.hidePageLoadingMsg(); 
     160                eccube.hideLoading(); 
    161161            } 
    162162        }); 
Note: See TracChangeset for help on using the changeset viewer.