Index: comment/live-comment.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/live/comment/Attic/live-comment.js,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 live-comment.js
--- comment/live-comment.js	4 Feb 2008 20:01:05 -0000	1.1.2.5
+++ comment/live-comment.js	16 Aug 2008 05:20:11 -0000
@@ -70,12 +70,8 @@ Drupal.liveCommentPreview = function() {
             token_value: token_value
           },
           timeout: 5000,
-          beforeSend: function() {
-            $('body').append('<div class="live-progress-panel">Loading...</div>');
-          },
           success: function(data){
             comment_div.html(data);
-            $('div.live-progress-panel').remove();
           },
           error: function() {
             $('div.live-progress-panel').html('Error requesting data!');
