diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-29 20:42:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-29 20:42:08 +0300 |
| commit | 444c00791490830854cbd29656fb52684bcdc4e9 (patch) | |
| tree | 131eb6859159c033be726b7f79052fe5af6acbe3 /scripts | |
| parent | c46887f5fb8c1f367e1fc5c9f4badc8525bce0b3 (diff) | |
rename 'load' button to 'load-storage-local'
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/buttons.js | 2 |
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; } |
