Adds you're about to leave this page warning.
This commit is contained in:
parent
8e5dbfdf9b
commit
acaa5f74eb
3
app.js
3
app.js
|
@ -434,6 +434,9 @@ function dump(elem, filename){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Appends the given message to the chat conversation.
|
||||||
|
*/
|
||||||
function updateChatConversation(nick, message)
|
function updateChatConversation(nick, message)
|
||||||
{
|
{
|
||||||
var divClassName = '';
|
var divClassName = '';
|
||||||
|
|
Loading…
Reference in New Issue