From 08f6b8eed1a260a4cc8f25a158f31b99d4835716 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Sep 2014 20:45:48 +0300 Subject: buttons: white space fix --- 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 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 -- cgit v1.3.1