From dd8e181a954fdf6ac52b0efdb8aeae663b293140 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 23 Sep 2023 16:52:08 -0700 Subject: [PATCH] Update head.html --- _includes/master/global/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/master/global/head.html b/_includes/master/global/head.html index a12d0fc3e..9d0611c01 100644 --- a/_includes/master/global/head.html +++ b/_includes/master/global/head.html @@ -295,7 +295,7 @@ options = options || {}; setTimeout(function () { - Manager.auth().ready(fn, options); + Manager.ready(fn, options); }, options.interval || 100); }