Sha256: 40480a5d40b7ffd906a0ef6dd47f78b7c0a0e9dac1e130f5be3665f2320b0a68
Contents?: true
Size: 516 Bytes
Versions: 5
Compression:
Stored size: 516 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(); urlResponder=COMM.urlResponder; // backwards compatibility COMM.Transporter.url=HCLIENT_HELLO; COMM.Transporter.stop=false; COMM.Transporter.sync(); } );
Version data entries
5 entries across 5 versions & 1 rubygems