[#65,refactor][xs]: remove read-only link in app (was for demo not app).

This commit is contained in:
Rufus Pollock 2012-04-03 22:05:02 +01:00
parent 1be758e6b8
commit b24d031851
2 changed files with 0 additions and 7 deletions

View File

@ -66,7 +66,6 @@
</li>
</ul>
</li>
<li><a class="set-read-only" title="Put into read-only mode">Read-only</a></li>
</ul>
</div>
</div>

View File

@ -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