diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-29 20:45:48 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-29 20:45:48 +0300 |
| commit | 08f6b8eed1a260a4cc8f25a158f31b99d4835716 (patch) | |
| tree | 57ba68981591576627a84cfa7738320eedf4126f | |
| parent | 8ab40a969f71120ce1ff0960c69ffc7194f97e0b (diff) | |
buttons: white space fix
| -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 1789aab7..6ae25d1f 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -25,7 +25,7 @@ var really_load = function() { } $('.local-storage-load').click(function(){ - if (!really_load()){ + if (!really_load()) { return; } links=[]; // TODO - not global |
