diff options
Diffstat (limited to 'src/www/gfse/editor.js')
| -rw-r--r-- | src/www/gfse/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index c7acc6663..409cc936b 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -1598,6 +1598,7 @@ if(editor) { initial_view(); touch_edit(); dir_bugfix(); + initialize_sorting(["DIV"],["fun","lin","lincat","oper"]); } else editor.innerHTML="<p>This browser does not appear to support localStorage, and the grammar editor does not work without it. Sorry!" |
