Changeset 19428


Ignore:
Timestamp:
2010/11/07 02:54:26 (13 years ago)
Author:
kishik
Message:

商品一覧での変更処理のリファイン

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl

    r19425 r19428  
    3434 
    3535<script type="text/javascript"> 
    36 function lfBgColorTween(result){ 
    37     bgColorTween = new ColorTween(this.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6); 
     36function lfBgColorTween(obj){ 
     37    bgColorTween = new ColorTween(obj.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6); 
    3838    bgColorTween.start(); 
    3939</script> 
Note: See TracChangeset for help on using the changeset viewer.