Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Sep 23, 2023
1 parent 297d27f commit dd8e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/master/global/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
options = options || {};

setTimeout(function () {
Manager.auth().ready(fn, options);
Manager.ready(fn, options);
}, options.interval || 100);
}

Expand Down

0 comments on commit dd8e181

Please sign in to comment.