Sha256: 9a42d35f574497ac2cc97a55c9c0fb8ff96d7529ca26ab768f60871d10a39472

Contents?: true

Size: 465 Bytes

Versions: 57

Compression:

Stored size: 465 Bytes

Contents

/*   RSence
 *   Copyright 2009 Riassence Inc.
 *   http://riassence.com/
 *
 *   You should have received a copy of the GNU General Public License along
 *   with this software package. If not, contact licensing@riassence.com
 */

// Starts the synchronization upon page load.
LOAD(
  function(){
    COMM.urlResponder=COMM.URLResponder.nu();
    COMM.Transporter.url=COMM.Transporter.HelloUrl;
    COMM.Transporter.stop=false;
    COMM.Transporter.sync();
  }
);

Version data entries

57 entries across 57 versions & 2 rubygems

Version Path
rsence-pre-2.1.0.8.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.7.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.6.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.4.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.3.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.2.pre js/comm/autosync/autosync.js
rsence-pre-2.1.0.1.pre js/comm/autosync/autosync.js
rsence-2.0.9.23 js/comm/autosync/autosync.js
rsence-2.0.9.22.pre js/comm/autosync/autosync.js
rsence-2.0.9.21.pre js/comm/autosync/autosync.js
rsence-2.0.9.20.pre js/comm/autosync/autosync.js
rsence-2.0.8.19 js/comm/autosync/autosync.js
rsence-2.0.4.15 js/comm/autosync/autosync.js
rsence-2.0.3.14 js/comm/autosync/autosync.js
rsence-2.0.2.13 js/comm/autosync/autosync.js
rsence-2.0.1.12 js/comm/autosync/autosync.js
rsence-2.0.0.11 js/comm/autosync/autosync.js