summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/gfse/editor.js')
-rw-r--r--src/www/gfse/editor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js
index ada8585ef..e4a8f007c 100644
--- a/src/www/gfse/editor.js
+++ b/src/www/gfse/editor.js
@@ -1104,8 +1104,8 @@ function draw_concrete(g,i) {
indent([kw_lincat,draw_lincats(g,i)]),
indent([kw_lin,draw_lins(g,i)]),
indent([extensible([kw_param,draw_params(g,i)])]),
- indent([extensible([kw_oper,draw_opers(g,i)])])/*,
- exb_extra(g,i)*/
+ indent([extensible([kw_oper,draw_opers(g,i)])]),
+ exb_extra(g,i)
])
if(navigator.onLine) {
var mode_button=text_mode(g,file,i+1);