Changes between Initial Version and Version 2 of Ticket #600
- Timestamp:
- 2010/12/27 14:22:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #600
- Property Owner changed from somebody to nanasess
- Property Milestone changed from to EC-CUBE2.5.0
-
Ticket #600 – Description
initial v2 1 1 検索結果が1件の場合、下記のmaxがundefinedになっている為 2 {{{ 2 3 var fm = document.form1; 3 4 var max = fm["pdf_order_id[]"].length; 5 }}} 4 6 7 {{{ 5 8 -- 修正前 6 9 function fnBoxChecked(check){ … … 12 15 } 13 16 } 14 17 }}} 18 {{{ 15 19 -- 修正後 16 20 function fnBoxChecked(check){ … … 31 35 } 32 36 } 37 }}}
