X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fedit%2Fmarkdown_epic.html;fp=webcit%2Fstatic%2Ft%2Fedit%2Fmarkdown_epic.html;h=d1cc5cfc4d60a6b1bbd911876b771d7d278c9e7b;hp=19c8dc2844b38b1ffa791974bc738240d5b46598;hb=0e3825c816f6002234d38409e2a48c98db054e93;hpb=91c09b330abb6ef4fec9f36876fb12f0ffc16bf8 diff --git a/webcit/static/t/edit/markdown_epic.html b/webcit/static/t/edit/markdown_epic.html index 19c8dc284..d1cc5cfc4 100644 --- a/webcit/static/t/edit/markdown_epic.html +++ b/webcit/static/t/edit/markdown_epic.html @@ -106,7 +106,7 @@ function show_attachments_form() { $('attachments_form').style.display = 'block'; - p = 'template=edit_message_attachments_pane&r=' + CtdlRandomString(); + p = 'template=edit_message_attachments_pane&r=' + ctdlRandomString(); new Ajax.Updater( 'attachments_form', 'do_template', @@ -119,7 +119,7 @@ } function update_attachment_count() { - p = 'r=' + CtdlRandomString(); + p = 'r=' + ctdlRandomString(); new Ajax.Updater( 'num_attachments', 'show_num_attachments', @@ -131,7 +131,7 @@ } function remove_attachment(which_one) { - p = 'which_attachment=' + which_one + '&r=' + CtdlRandomString(); + p = 'which_attachment=' + which_one + '&r=' + ctdlRandomString(); new Ajax.Updater( 'gonna_upload_this', 'remove_attachment',