summaryrefslogtreecommitdiff
path: root/scripts/buttons.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-06 18:18:27 +0300
committerAlon Levy <alon@pobox.com>2014-08-06 18:18:27 +0300
commitb614a0af25f19605740a6c0de2f31a4d45edb2e2 (patch)
treed37ec5ce976ea50aeb4c347e294dd5cb59354e15 /scripts/buttons.js
parent82f350da416cbbab32c1022dd7bfea9c9e10ba82 (diff)
remove whitespace at end of lines
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;
}
-
-
-
-
-
-
-
-