Open Forum Client
Access
{{reader}}
Favourite Pages
{{pageEntry.pageName}}
Signed in as {{currentUser}} {{avatar}}
Sign Out
Sign In as Different User
{{currentUserExtraOptions}}
OpenForum
Javascript
OpenForumClient
//OpenForum/Javascript/OpenForumClient/open-forum-client.js
if(!OpenForum) { OpenForum = {}; } OpenForum.clients = []; OpenForum.Client = function(id) { var identifier = id; this.sendCommand = function(command) { command = command.replace(/\"/g,"'"); command = "action: "+command; }; }; OpenForum.addClient = function(identifier) { var newClient = new OpenForum.Client(identifier); OpenForum.clients.push(newClient); return newClient; };
An error has occurred.
{{OpenForum.errorMessage}}
See technical details
×
Error details.
{{OpenForum.error}}
×
{{OpenForum.alert.title}}
{{OpenForum.alert.message}}
×