X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fedit%2Fmessage.html;fp=webcit%2Fstatic%2Ft%2Fedit%2Fmessage.html;h=23b96434085bb4ae4ad09dfccf73a1deb4fa9627;hp=4afa0b165b6a196aba8e003e0f6a6046bc064a45;hb=691c6e859b97b00b6106fa46f42cbdd45f01a8a9;hpb=9809dad64dd0b76de940b873215ad8b19db6bbb9 diff --git a/webcit/static/t/edit/message.html b/webcit/static/t/edit/message.html index 4afa0b165..23b964340 100644 --- a/webcit/static/t/edit/message.html +++ b/webcit/static/t/edit/message.html @@ -3,11 +3,8 @@
-
-
-

-

-
+
@@ -164,17 +161,7 @@ function show_attachments_form() { $('attachments_form').style.display = 'block'; - - p = 'template=edit_message_attachments_pane&r=' + CtdlRandomString(); - new Ajax.Updater( - 'attachments_form', - 'do_template', - { - method: 'get', - parameters: p, - evalScripts: true - } - ); + update_attachment_count(); } function update_attachment_count() {