Skip to content

Commit

Permalink
Merge d52a6a3 into 5fa2e13
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilabreu committed Jun 11, 2015
2 parents 5fa2e13 + d52a6a3 commit bdcf47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/livereload.js
Expand Up @@ -732,7 +732,7 @@
return this.waitUntilCssLoads(clone, function() {
var additionalWaitingTime;
if (/AppleWebKit/.test(navigator.userAgent)) {
additionalWaitingTime = 5;
additionalWaitingTime = 50;
} else {
additionalWaitingTime = 200;
}
Expand Down Expand Up @@ -1052,4 +1052,4 @@
CustomEvents.bind(document, 'LiveReloadShutDown', function() {
return LiveReload.shutDown();
});
})();
})();

0 comments on commit bdcf47b

Please sign in to comment.