diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-10-13 13:06:57 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-10-13 13:06:57 -0400 |
commit | 2be4051f03ff4ae34d06aaaf4a5090a174aedb88 (patch) | |
tree | 68ec3eeb7ee4ac820083d51011fceaf4863bc31e /_layouts | |
parent | 5cd81db197e314faca7093c766018baca5bf8de9 (diff) |
Change font loading timeout
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 1e2f28c..9ab3f38 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -79,7 +79,7 @@ (function() { var config = { kitId: 'xgd2xxh', - scriptTimeout: 3000 + scriptTimeout: 1000 }; var t = setTimeout(function() { |