summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--scripts/buttons.js2
-rw-r--r--style.css2
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 @@
</div>
</div>
<div class="debug-ui-left">
- <div class="load">
+ <div class="local-storage-load">
<a href="#">Load</a>
</div>
</div>
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{