From 118b77efe5f0f222b0afb63496079e9b6eac6117 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 6 Dec 2007 22:40:14 +0000
Subject: [PATCH] Remember which comment tab the user is on between the viewing
 of different requests

---
 document_root/javascript/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/document_root/javascript/index.js b/document_root/javascript/index.js
index c966bd9f..e7688e21 100644
--- a/document_root/javascript/index.js
+++ b/document_root/javascript/index.js
@@ -239,7 +239,7 @@ var AjaxClient = Base.extend(
 
     processResponse: function()
     {
-        alert(this.requestObject);
+        //alert(this.requestObject);
     }
 });
 
-- 
GitLab