diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 6f334915ef..f798221889 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -6,6 +6,7 @@ {% block content %} +
diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index 2b171ee8c2..11e2103315 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -42,6 +42,11 @@ $.ajaxSetup({ } }); +$(function() { + $("#class-message form").ajaxForm(); + $("#personal-message form").ajaxForm(); +}); + selected_tag = '

' function textarea_in_focus() {