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' --- index.html | 2 +- scripts/buttons.js | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 00163aba..a3e92ba7 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@
-
+
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; } diff --git a/style.css b/style.css index 525a64b7..fb8286ab 100644 --- a/style.css +++ b/style.css @@ -304,7 +304,7 @@ input:focus { .saveToFile { } -.load{ +.local-storage-load { } .deliverabletest{ -- cgit v1.3.1