diff --git a/app/index.html b/app/index.html
index 059c1f89..0a11e6cd 100644
--- a/app/index.html
+++ b/app/index.html
@@ -66,7 +66,6 @@
-
Read-only
diff --git a/app/js/app.js b/app/js/app.js
index e99abcae..9f17f845 100755
--- a/app/js/app.js
+++ b/app/js/app.js
@@ -17,12 +17,6 @@ $(function() {
// setup the loader menu in top bar
setupLoader(createExplorer);
-
- // set up readonly enabling in top bar
- $('a.set-read-only').click(function() {
- window.dataExplorer.setReadOnly();
- alert('Read-only mode set');
- });
});
// make Explorer creation / initialization in a function so we can call it