diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-23 08:25:00 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-23 08:25:00 +0000 |
| commit | ee2f0a748737dc6e4a1723a9c73e91b73621a645 (patch) | |
| tree | 9a5f334d3d9d610c33140b733a159db61529368a /src/www/syntax-editor/editor.html | |
| parent | 4e00ddea08cfc3ed0349324af9ed2816932056c2 (diff) | |
Syntax editor: return to editor after having switched to minibar
Diffstat (limited to 'src/www/syntax-editor/editor.html')
| -rw-r--r-- | src/www/syntax-editor/editor.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/syntax-editor/editor.html b/src/www/syntax-editor/editor.html index 1d4cc401c..b9cfa0ec2 100644 --- a/src/www/syntax-editor/editor.html +++ b/src/www/syntax-editor/editor.html @@ -9,7 +9,8 @@ </head> <body class=syntax_editor> <h2>Syntax Editor</h2> - <div id="editor" class="test"></div> + <div id=minibar></div> + <div id=editor></div> <noscript>This page doesn't works unless JavaScript is enabled.</noscript> <hr /> |
