Show More
@@ -105,7 +105,7 b'' | |||||
105 | cell.code_mirror.setOption('readOnly','nocursor') |
|
105 | cell.code_mirror.setOption('readOnly','nocursor') | |
106 | button.button('option','icons',{primary:'ui-icon-locked'}) |
|
106 | button.button('option','icons',{primary:'ui-icon-locked'}) | |
107 | } else { |
|
107 | } else { | |
108 |
cell.code_mirror.setOption('readOnly', |
|
108 | cell.code_mirror.setOption('readOnly',false) | |
109 | button.button('option','icons',{primary:'ui-icon-unlocked'}) |
|
109 | button.button('option','icons',{primary:'ui-icon-unlocked'}) | |
110 | } |
|
110 | } | |
111 | } catch(e){} |
|
111 | } catch(e){} |
General Comments 0
You need to be logged in to leave comments.
Login now