Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created September 26, 2011 22:11
Show Gist options
  • Save rbnrivera/1243551 to your computer and use it in GitHub Desktop.
Save rbnrivera/1243551 to your computer and use it in GitHub Desktop.
chat offline
$(document).ready(function() {
setTimeout(function(){
$(".assistly-widget a").html("Chat");
$(".assistly-widget span").html("");
}, 1000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment