Sha256: 80abb8a5d943d6c4a439435ea64bde44c4300409f019aac99d77964b40bc367c
Contents?: true
Size: 432 Bytes
Versions: 10
Compression:
Stored size: 432 Bytes
Contents
var JsChat = {}; document.observe('dom:loaded', function() { if ($('post_message')) { var chatController = new JsChat.ChatController(); } if ($('sign-on')) { if (Cookie.find('jschat-name')) { $('name').value = Cookie.find('jschat-name'); } if ($('room') && window.location.hash) { $('room').value = window.location.hash; } var signOnController = new JsChat.SignOnController(); } });
Version data entries
10 entries across 10 versions & 1 rubygems