[#65,refactor][xs]: remove read-only link in app (was for demo not app).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user