comparison ape.js @ 955:4b29eddf74ea

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 17353d015d33
children 7cb875d41d7f
comparison
equal deleted inserted replaced
954:e7f5890351eb 955:4b29eddf74ea
485 //popup.showPopup(); 485 //popup.showPopup();
486 } else { 486 } else {
487 currentState = 'testRun-'+id; 487 currentState = 'testRun-'+id;
488 } 488 }
489 } 489 }
490 /*
491 490
492 function preTestPopupStart(preTest) 491 function preTestPopupStart(preTest)
493 { 492 {
494 var popupHolder = document.getElementById('popupHolder'); 493 var popupHolder = document.getElementById('popupHolder');
495 popupHolder.innerHTML = null; 494 popupHolder.innerHTML = null;
627 var store = $(currentTestHolder).find('postTest'); 626 var store = $(currentTestHolder).find('postTest');
628 } 627 }
629 store[0].appendChild(response); 628 store[0].appendChild(response);
630 } 629 }
631 } 630 }
632 */ 631
632
633 function dragEnd(ev) { 633 function dragEnd(ev) {
634 // Function call when a div has been dropped 634 // Function call when a div has been dropped
635 var slider = document.getElementById('slider'); 635 var slider = document.getElementById('slider');
636 var w = slider.style.width; 636 var w = slider.style.width;
637 w = Number(w.substr(0,w.length-2)); 637 w = Number(w.substr(0,w.length-2));