summaryrefslogtreecommitdiff
path: root/scripts/buttons.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buttons.js')
-rw-r--r--scripts/buttons.js16
1 files changed, 4 insertions, 12 deletions
diff --git a/scripts/buttons.js b/scripts/buttons.js
index c1e63bd8..f0f447fd 100644
--- a/scripts/buttons.js
+++ b/scripts/buttons.js
@@ -2,7 +2,7 @@
$('.tutorial').click(function(){});
var key="#47989379";
-
+
$('.save').click(function(){
@@ -26,7 +26,7 @@ $('.save').click(function(){
});
-$('.load').click(function(){
+$('.load').click(function(){
var acceptLoad=true;
if (nodes.length>0){
acceptLoad = confirm('All unsaved changes will be deleted, are you sure?');
@@ -46,10 +46,10 @@ $('.load').click(function(){
var link=data.links[j];
graph.addLink(link.source,link.target,link.name,"perm");
-
+
}
}
-
+
});
$('.deliverabletest').click(function(){
@@ -66,11 +66,3 @@ function fetchNode(id){
return null;
}
-
-
-
-
-
-
-
-