From 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 24 May 2007 03:49:19 +0000 Subject: upgrade to TinyMCE v2.1.1.1 --- program/js/googiespell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 program/js/googiespell.js (limited to 'program/js/googiespell.js') diff --git a/program/js/googiespell.js b/program/js/googiespell.js old mode 100755 new mode 100644 index aa729318b..8b9d1cc71 --- a/program/js/googiespell.js +++ b/program/js/googiespell.js @@ -1258,7 +1258,7 @@ GoogieSpell.prototype.setLanguages = function(lang_dict) { GoogieSpell.prototype.decorateTextarea = function(id, /*optional*/spell_container_id, force_width) { var me = this; - + if(typeof(id) == "string") this.text_area = AJS.getElement(id); else -- cgit v1.2.3