summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/buttons.js16
1 files changed, 3 insertions, 13 deletions
diff --git a/scripts/buttons.js b/scripts/buttons.js
index dd449722..fce8fa0d 100644
--- a/scripts/buttons.js
+++ b/scripts/buttons.js
@@ -33,16 +33,6 @@ $('.load').click(function(){
});
- $('.deliverabletest').click(function(){
- deliverableTest();
- });
-
-function fetchNode(id){
- for( x in nodes){
- if(x.id===id){
- console.log("found");
- return x;
- }
- }
- return null;
-}
+$('.deliverabletest').click(function(){
+ deliverableTest();
+});