diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-14 22:17:13 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-14 22:17:13 +0300 |
| commit | a2e688fcb2d463a5db700ebd013c783e3a8f4971 (patch) | |
| tree | 5ebd94a52899b00e75e4a5ab2fb61a26450123fa /index.php | |
| parent | 37a81ba594c2b848b8ecec805527ee8766f1ed14 (diff) | |
render headline-specific toolbar on the client
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -176,9 +176,9 @@ }); ?> - <form id="toolbar-headlines" action="" style="order : 10" onsubmit='return false'> + <div id="toolbar-headlines" dojoType="fox.Toolbar" style="order : 10"> - </form> + </div> <form id="toolbar-main" action="" style="order : 20" onsubmit='return false'> |