diff --git a/assets/client_test/index.html b/assets/client_test/index.html index 7306db6..31be10f 100644 --- a/assets/client_test/index.html +++ b/assets/client_test/index.html @@ -46,7 +46,80 @@ - + + + + diff --git a/scripts/client.js b/scripts/client.js index b31f2fc..b42217a 100644 --- a/scripts/client.js +++ b/scripts/client.js @@ -119,6 +119,12 @@ "console.log('Prevented deletion of localStorage')" ); + // fast identify + content = content.replaceAll( + "e.isFastConnect=t;t?e._doFastConnectIdentify():e._doResumeOrIdentify()", + "e.isFastConnect=t; if (t !== undefined) e._doResumeOrIdentify();" + ); + return content; };