From: yomguy Date: Tue, 3 Jul 2012 13:27:04 +0000 (+0200) Subject: fix no value X-Git-Tag: 0.6^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2243e106b9919b126d7e73cdd1c01a13aa4f9e28;p=teleforma.git fix no value --- diff --git a/teleforma/templates/postman/base_write.html b/teleforma/templates/postman/base_write.html index cdbb3d77..0f99c040 100644 --- a/teleforma/templates/postman/base_write.html +++ b/teleforma/templates/postman/base_write.html @@ -20,7 +20,7 @@
-{% if user.is_staff %} - -{% endif %} -
{% endif %} @@ -69,11 +59,6 @@ $("#_adminSelect").click(function () { var htmlStr = $(this).val(); $("#id_recipients").val(htmlStr); }); -$("#_iejSelect").click(function () { - var htmlStr = $(this).val(); - $("#id_recipients").val(htmlStr); - }); - } $('#send_button').click(function() {