From b12e6ec1e413963d90f563ca7d9c1aeaeabcdec0 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 21 Jun 2012 15:39:31 +0000 Subject: gfse/sort.js: make it more resusable Move the gfse-specific list of sortable tags and class names from sort.js to editor.js. --- src/www/gfse/editor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/www/gfse/editor.js') 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="

This browser does not appear to support localStorage, and the grammar editor does not work without it. Sorry!" -- cgit v1.2.3