/** * Insert Smilie */ this.insert_smilie = function(e, smilietext) { this.check_focus(); add this --> smilietext = smilietext + ' '; return this.insert_text(smilietext, smilietext.length, 0); };
Show Your Support