Skip to content

Commit

Permalink
Update chat-beacon.js
Browse files Browse the repository at this point in the history
Rtakes fixed timing
  • Loading branch information
ciberch committed May 14, 2015
1 parent f86972b commit 00c8ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat-beacon.js
Expand Up @@ -11,7 +11,7 @@ function exists(varRef) {
return retVal;
}

$(function() {
$(document).ready(function() {
'use strict';
if (!exists(window.chatBeaconBootstrap)) {
return;
Expand Down Expand Up @@ -122,4 +122,4 @@ $(function() {
}

}, false);
});
});

0 comments on commit 00c8ee5

Please sign in to comment.