From e369c5f740ccf1b10bf97c41c72d8723dd21cd30 Mon Sep 17 00:00:00 2001 From: millette Date: Mon, 17 Nov 2008 12:31:44 -0500 Subject: nudge : added js code to enable ajax darcs-hash:20081117173144-099f7-b475f072ddc36e03143e05698e86186955566db9.gz --- js/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/util.js b/js/util.js index d0673b839..53fc58011 100644 --- a/js/util.js +++ b/js/util.js @@ -89,6 +89,7 @@ $(document).ready(function(){ $("#nudge").ajaxForm ({ dataType: 'xml', success: function(xml) { $("#nudge").replaceWith(document._importNode($("#nudge_response", xml).get(0),true)); } }); + $("#nudge").each(addAjaxHidden); $("#nudge .submit").bind('click', function(e) { $(this).addClass("processing"); }); }); @@ -104,4 +105,4 @@ function doreply(nick,id) { } } return true; -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf