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

    r23230 r23419  
    102102 
    103103    function getProducts(limit) { 
    104         $.mobile.showPageLoadingMsg(); 
     104        eccube.showLoading(); 
    105105        var i = limit; 
    106106        //送信データを準備 
     
    121121            error: function(XMLHttpRequest, textStatus, errorThrown){ 
    122122                alert(textStatus); 
    123                 $.mobile.hidePageLoadingMsg(); 
     123                eccube.hideLoading(); 
    124124            }, 
    125125            success: function(result){ 
     
    168168                    $("#btn_more_product").hide(); 
    169169                } 
    170                 $.mobile.hidePageLoadingMsg(); 
     170                eccube.hideLoading(); 
    171171            } 
    172172        }); 
Note: See TracChangeset for help on using the changeset viewer.