From c8ae780e3e8d8f78d30f88a57c0df3fd4210f2d9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Sep 2014 20:43:49 +0300 Subject: remove deliverableTest --- scripts/buttons.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/buttons.js') diff --git a/scripts/buttons.js b/scripts/buttons.js index 3de25931..1789aab7 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -34,10 +34,6 @@ $('.local-storage-load').click(function(){ graph.load_from_json(json_blob); }); -$('.deliverabletest').click(function(){ - deliverableTest(); -}); - $('.set-user').click(function() { $('.set-user').hide(); $('.set-user-form').show(); -- cgit v1.3.1