From a1a7291fe5fb6fbd4a41d5a96ff0a8aa44bff75f Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 30 Aug 2012 11:28:15 -0400 Subject: [PATCH] Send zephyrs via Ajax (imported from commit cdfd69079212d36a9e4e9d2d01dc7b6a93b6a4e0) --- templates/zephyr/index.html | 1 + zephyr/static/js/zephyr.js | 5 +++++ 2 files changed, 6 insertions(+) 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() {