--- ajax-comments.php.orig 2007-03-08 23:47:18.000000000 -0500
+++ ajax-comments.php 2007-03-08 23:46:32.000000000 -0500
@@ -70,7 +70,12 @@
ajax_comments_loading(true);
var f = $('commentform'), ol = find_commentlist();
- new Ajax.Request('=get_settings('siteurl').PLUGIN_AJAXCOMMENTS_PATH.PLUGIN_AJAXCOMMENTS_FILE?>?submit', {
+
+ new Ajax.Request('=$link?>?submit', {
method: 'post',
asynchronous: true,
postBody: Form.serialize(f),
@@ -217,7 +222,7 @@
function ajax_comments_js() { if(is_single()): ?>
-
+
endif; }
add_action('comment_form','ajax_comments_inline_js');