summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-29 20:42:08 +0300
committerAlon Levy <alon@pobox.com>2014-09-29 20:42:08 +0300
commit444c00791490830854cbd29656fb52684bcdc4e9 (patch)
tree131eb6859159c033be726b7f79052fe5af6acbe3 /scripts
parentc46887f5fb8c1f367e1fc5c9f4badc8525bce0b3 (diff)
rename 'load' button to 'load-storage-local'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/buttons.js2
1 files changed, 1 insertions, 1 deletions
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;
}