From a896cb1d4b063ea01c2506975c4aa64b1498f4a6 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 22 Jun 2010 00:45:12 -0400 Subject: sostler prod commit --- template/chat.st | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'template/chat.st') diff --git a/template/chat.st b/template/chat.st index 53206ec..d9de62c 100644 --- a/template/chat.st +++ b/template/chat.st @@ -49,6 +49,13 @@ $endif$ } jQuery(startTitleUpdater); jQuery(initChatMsgs); + $if(user_nick)$ // + $else$ + function showAlert() { + alert('Join dump.fm @ http://dump.fm/register'); + } + +$endif$