X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fjs%2Fgoogiespell.js;h=8b9d1cc716cb33b5c653cbfccb0b7e235dc044ec;hb=ade1655456ffdb799be8081f57ec90a408b99dd9;hp=aa729318b0986d9d540d54530a3a38b46b8eb2df;hpb=38bb9fc2d3bc5c90338eb7f375f42273b088adcd;p=roundcube.git diff --git a/program/js/googiespell.js b/program/js/googiespell.js old mode 100755 new mode 100644 index aa72931..8b9d1cc --- 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