From 58fb6502e3550e59afa8799d36dfce61a18f8b1b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 15 Dec 2009 03:48:45 -0500
Subject: [PATCH] - Updated TinyMCE to 3.2.7

---
 program/js/editor.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index 39149a7..361741e 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -67,7 +67,7 @@
   if (input_from && input_from.type=='select-one')
     rcmail.change_identity(input_from);
   // set tabIndex
-  rcmail_editor_tabindex()
+  rcmail_editor_tabindex();
 }
 
 // set tabIndex on tinyMCE editor

--
Gitblit v1.9.1