diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-16 21:06:27 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-16 21:06:27 +0200 |
| commit | 3302272838292534d3657658d033e5f6efa4687e (patch) | |
| tree | fa05a356a777577efe4009d5af2d48db5dee45fc /src | |
| parent | 72095d82915a8137e4cc883e364f754ea126e709 (diff) | |
client: one line coding style fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |
