diff options
Diffstat (limited to 'src/client')
| -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"; } |
