diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-07 15:41:01 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-07 17:26:47 +0300 |
| commit | 27618e1fd82d58f1d6571fef548416a39f131781 (patch) | |
| tree | 43864ec9156f44d3ffd1a9575e69244a336aada4 /scripts | |
| parent | 9a2f502c5f2337c5b03f11a9e7bd0a421798430e (diff) | |
buttons.js: fix wrong code indentation
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
