/[meteor]/trunk/public_html/koha.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/public_html/koha.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 85 by dpavlin, Sun Mar 29 17:53:31 2009 UTC revision 86 by dpavlin, Fri Apr 10 17:57:40 2009 UTC
# Line 105  $(document).ready( function() { Line 105  $(document).ready( function() {
105          // Join the demo channel and get last five events, then stream          // Join the demo channel and get last five events, then stream
106          Meteor.joinChannel( channel, 5 );          Meteor.joinChannel( channel, 5 );
107          Meteor.mode = 'stream';          Meteor.mode = 'stream';
108    //      Meteor.mode = 'iframe';
109    //      Meteor.mode = 'longpoll';
110    //      Meteor.mode = 'xhrinteractive';
111    //      Meteor.mode = 'xhrinteractive';
112            Meteor.debugmode = 1;
113    
114          // Start streaming!          // Start streaming!
115          Meteor.connect();          Meteor.connect();

Legend:
Removed from v.85  
changed lines
  Added in v.86

  ViewVC Help
Powered by ViewVC 1.1.26