Ignore:
Timestamp:
06/01/13 15:14:22 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/SplitDelete.php

    r16535 r16558  
    167167                table.appendChild(tr);
    168168       
    169                         $('#TableH1').append(table);
     169                $('#TableH1').append(table);
    170170       
    171171               
     
    321321                table.appendChild(tr);
    322322               
    323                         $('#TableH1').append(table);
     323                $('#TableH1').append(table);
    324324               
    325325                var meas;
    326326                var timeValue;
     327                var pad;
    327328       
    328329        function split()
     
    429430                        button.onclick=function(){
    430431                       
    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                        }
    432444
    433445                               
Note: See TracChangeset for help on using the changeset viewer.