From 444c00791490830854cbd29656fb52684bcdc4e9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Sep 2014 20:42:08 +0300 Subject: rename 'load' button to 'load-storage-local' --- scripts/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buttons.js b/scripts/buttons.js index 957b1515..3de25931 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -24,7 +24,7 @@ var really_load = function() { return true; } -$('.load').click(function(){ +$('.local-storage-load').click(function(){ if (!really_load()){ return; } -- cgit v1.3.1