fixed unterminated JS statement

This commit is contained in:
Petr Skoda 2010-09-18 12:10:32 +00:00
parent 72d2982eb1
commit b21f73c254

View File

@ -22,7 +22,7 @@ M.mod_chat_header.init_insert = function(Y, forcerefreshasap) {
parent.jsupdate.location.href = parent.jsupdate.document.anchors[0].href;
}
parent.input.enableForm();
}
};
/**
* Init header based Chat UI - frame input
@ -38,7 +38,7 @@ M.mod_chat_header.init_input = function(Y) {
waitflag : false, // True when a submission is in progress
/**
* Initialises the input frame
* Initialises the input frame
*
* @function
*/