Changeset 23383


Ignore:
Timestamp:
2014/04/30 12:13:47 (10 years ago)
Author:
kimoto
Message:

#2448 jshintのエラーを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/user_data/packages/sphone/js/eccube.sphone.js

    r23107 r23383  
    6666            postData[$(this).attr('name')] = $(this).val(); 
    6767        }); 
    68         postData["mode"] = "add_favorite_sphone"; 
    69         postData["favorite_product_id"] = favoriteProductId; 
     68        postData.mode = "add_favorite_sphone"; 
     69        postData.favorite_product_id = favoriteProductId; 
    7070 
    7171        $.ajax({ 
Note: See TracChangeset for help on using the changeset viewer.