summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/buttons.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/buttons.js b/src/client/buttons.js
index e29a1729..5fd8d121 100644
--- a/src/client/buttons.js
+++ b/src/client/buttons.js
@@ -67,11 +67,6 @@ $('.local-storage-load a').click(function(){
rz_core.load_from_json(json_blob);
});
-var logout_button = $('#logout-button');
-logout_button.click(function() {
- $.ajax({ type: "POST", url: '/logout'}); // server should redirect back to /login
-});
-
$('a.save-history').click(function() {
if (rz_core.main_graph.history === undefined) {
throw "History is undefined";