Index: schedule/function/SplitDelete.php
===================================================================
--- schedule/function/SplitDelete.php	(revision 16557)
+++ schedule/function/SplitDelete.php	(revision 16558)
@@ -167,5 +167,5 @@
 		table.appendChild(tr);
 	
-			$('#TableH1').append(table);
+		$('#TableH1').append(table);
 	
 		
@@ -321,8 +321,9 @@
 		table.appendChild(tr);
 		
-			$('#TableH1').append(table);
+		$('#TableH1').append(table);
 		
 		var meas;
 		var timeValue;
+		var pad;
 	
 	function split()
@@ -429,5 +430,16 @@
 			button.onclick=function(){
 			
-			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");   }
+			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");   
+			}
 
 				
