From 5c52d06844779efbf4034663f5e68db10619b367 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sun, 22 Oct 2006 02:45:54 -0400
Subject: [PATCH] Updated Russian localization

---
 program/js/app.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 52050a9..52ab5fa 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -709,7 +709,6 @@
             url += '&_to='+a_cids.join(',');
           else
             break;
-            
           }
         else if (props)
            url += '&_to='+urlencode(props);
@@ -717,8 +716,6 @@
         // don't know if this is necessary...
         url = url.replace(/&_framed=1/, "");
         this.set_busy(true);
-        
-        alert(url)
 
         // need parent in case we are coming from the contact frame
         if (this.env.framed)

--
Gitblit v1.9.1