PHP Classes

File: contents/themes/hine/src/panel/lib/connection/connection.js

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   contents/themes/hine/src/panel/lib/connection/connection.js   Download  
File: contents/themes/hine/src/panel/lib/connection/connection.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: version 0.9.1 berly
Date: 7 years ago
Size: 252 bytes
 

Contents

Class file image Download
function checkNetConnection(){re="";r=Math.round(Math.random()*10000);$.get("http://lobby.subinsb.com/api/dot.gif",{subins:r},function(d){}).error(function(){$(".panel.top .right #net").addClass("off").attr("title","Offline");});} checkNetConnection();