Ignore:
Timestamp:
2011/07/28 11:06:32 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版新着情報詳細表示処理の待機時間変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl

    r21064 r21066  
    134134                 } 
    135135                  
    136                  $.mobile.pageLoading(true); 
    137136                 $.mobile.changePage('#windowcolumn', 'slideup'); 
    138137                 //ダイアログが開き終わるまで待機 
    139138                 setTimeout( function() { 
    140139                     loadingState = 0; 
    141                  }, 3000); 
     140                     $.mobile.pageLoading(true); 
     141                 }, 1000); 
    142142                  
    143143               } 
Note: See TracChangeset for help on using the changeset viewer.