From 27618e1fd82d58f1d6571fef548416a39f131781 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 7 Aug 2014 15:41:01 +0300 Subject: buttons.js: fix wrong code indentation --- scripts/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buttons.js b/scripts/buttons.js index ee37ea70..56592825 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -17,7 +17,7 @@ $('.save').click(function(){ "start":node.start, "end":node.end, "status": node.status - }); + }); } for(var j=0 ; j < links.length ; j++){ var link = links[j]; -- cgit v1.3.1