diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index c7124f8..df9be73 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | theme_advanced_toolbar_align : "left", | 18 | theme_advanced_toolbar_align : "left", |
| 19 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", | 19 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", |
| 20 | theme_advanced_buttons2 : "", | 20 | theme_advanced_buttons2 : "", |
| 21 | theme_advanced_buttons3 : "" | 21 | theme_advanced_buttons3 : "", |
| 22 | valid_elements : "aggregate[tags|limit|order_by|order_direction|partial]" | ||
| 22 | }); | 23 | }); |
| 23 | </script> | 24 | </script> |
| 24 | </head> | 25 | </head> |
