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