--- trunk/public_html/koha.js 2009/03/29 17:53:31 85 +++ trunk/public_html/koha.js 2009/04/10 17:57:40 86 @@ -105,6 +105,11 @@ // Join the demo channel and get last five events, then stream Meteor.joinChannel( channel, 5 ); Meteor.mode = 'stream'; +// Meteor.mode = 'iframe'; +// Meteor.mode = 'longpoll'; +// Meteor.mode = 'xhrinteractive'; +// Meteor.mode = 'xhrinteractive'; + Meteor.debugmode = 1; // Start streaming! Meteor.connect();