changeset 119:3df87d0e4dbc

Removed commented chunk in ape.js
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 26 May 2015 14:19:03 +0100
parents f84a3a2c77d3
children d6251c446b7f
files ape.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ape.js	Tue May 26 14:17:32 2015 +0100
+++ b/ape.js	Tue May 26 14:19:03 2015 +0100
@@ -487,7 +487,6 @@
 		currentState = 'testRun-'+id;
 	}
 }
-/*
 
 function preTestPopupStart(preTest)
 {
@@ -629,7 +628,8 @@
 		store[0].appendChild(response);
 	}
 }
-*/
+
+
 function dragEnd(ev) {
 	// Function call when a div has been dropped
 	var slider = document.getElementById('slider');