Changeset 22499
- Timestamp:
- 2013/02/05 10:36:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/sphone/mypage/favorite.tpl
r22486 r22499 166 166 167 167 //削除ボタンをセット 168 $($(".favoriteBox p.btn_delete a").get(maxCnt)).attr("href", "javascript:fnModeSubmit('delete_favorite','product_id','" + product.product_id + "');");168 $($(".favoriteBox p.btn_delete img").get(maxCnt)).attr("onclick", "javascript:fnModeSubmit('delete_favorite','product_id','" + product.product_id + "');"); 169 169 170 170 }
Note: See TracChangeset
for help on using the changeset viewer.