From b614a0af25f19605740a6c0de2f31a4d45edb2e2 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 6 Aug 2014 18:18:27 +0300 Subject: remove whitespace at end of lines --- scripts/buttons.js | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'scripts/buttons.js') 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; } - - - - - - - - -- cgit v1.3.1