1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Bugtracker #4262 - eliminate JS warning

This commit is contained in:
e107steved 2007-12-19 20:21:57 +00:00
parent 572bbd2b9f
commit 3c1a71d85b

View File

@ -5,9 +5,9 @@
| e107 website system - Javascript File.
|
| $Source: /cvs_backup/e107_0.8/e107_files/e107.js,v $
| $Revision: 1.8 $
| $Date: 2007-12-03 21:58:46 $
| $Author: e107coders $
| $Revision: 1.9 $
| $Date: 2007-12-19 20:21:47 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -236,6 +236,7 @@ function storeCaret (textAr){
function addtext(text, emote)
{
var val = new Array(2);
if (window.e107_selectedInputArea)
{
var ta = e107_selectedInputArea;