Changeset 16558 for schedule/function/SplitDelete.php
- Timestamp:
- 06/01/13 15:14:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/function/SplitDelete.php
r16535 r16558 167 167 table.appendChild(tr); 168 168 169 169 $('#TableH1').append(table); 170 170 171 171 … … 321 321 table.appendChild(tr); 322 322 323 323 $('#TableH1').append(table); 324 324 325 325 var meas; 326 326 var timeValue; 327 var pad; 327 328 328 329 function split() … … 429 430 button.onclick=function(){ 430 431 431 if($('#Time'+cnt).val() != ""){ timeValue = $('#Time'+cnt).val(); meas = "hidden"; meas2 = true; getTableId = '#table'+cnt; split1(); }else{ alert("please enter value for time to add measurement"); } 432 if($('#Time'+cnt).val() != "") 433 { 434 timeValue = $('#Time'+cnt).val(); 435 meas = "hidden"; 436 meas2 = true; 437 getTableId = '#table'+cnt; 438 split1(); 439 } 440 else 441 { 442 alert("please enter value for time to add measurement"); 443 } 432 444 433 445
Note:
See TracChangeset
for help on using the changeset viewer.