From 3302272838292534d3657658d033e5f6efa4687e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 16 Mar 2015 21:06:27 +0200 Subject: client: one line coding style fix --- src/client/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/buttons.js b/src/client/buttons.js index 9a6d373a..2a77829f 100644 --- a/src/client/buttons.js +++ b/src/client/buttons.js @@ -82,7 +82,7 @@ logout_button.click(function() { }); // server should redirect back to /login }); -$('a.save-history').click(function() { +$('a.save-history').click(function () { if (rz_core.main_graph.history === undefined) { throw "History is undefined"; } -- cgit v1.3.1