Skip to content

Commit

Permalink
Added a little more delay
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocr committed Feb 16, 2014
1 parent 696643b commit 3c306bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function loadIntoWindow(window) {
if('class' == m.attributeName) {
if(~m.oldValue.indexOf('loading')
|| m.oldValue === 'context-loader') {
window.setTimeout(onPageLoad.bind(null,doc),620);
window.setTimeout(onPageLoad.bind(null,doc),820);
}
break;
}
Expand Down

0 comments on commit 3c306bd

Please sign in to comment.