From b24d031851cec2a9efd6ab614032f67ff4b8ac1d Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 3 Apr 2012 22:05:02 +0100 Subject: [PATCH] [#65,refactor][xs]: remove read-only link in app (was for demo not app). --- app/index.html | 1 - app/js/app.js | 6 ------ 2 files changed, 7 deletions(-) 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