tawk mobile UX: hide widget on small screens to stop text overlay popups

Adds Tawk_API.onLoad mobile guard (max-width 768px -> hideWidget) in shared
footer snippet and current built pages so mobile browsers no longer get the
proactive text bubble covering content.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-06-01 12:31:01 -05:00
parent 02112facf5
commit 3d611e97a4
63 changed files with 378 additions and 0 deletions

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -75,6 +75,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -58,6 +58,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -75,6 +75,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -104,6 +104,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -58,6 +58,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -508,6 +508,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -81,6 +81,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -157,6 +157,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -60,6 +60,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -84,6 +84,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -79,6 +79,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -81,6 +81,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -67,6 +67,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -80,6 +80,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -72,6 +72,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -76,6 +76,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -66,6 +66,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -142,6 +142,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -56,6 +56,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -61,6 +61,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -64,6 +64,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -78,6 +78,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -69,6 +69,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -79,6 +79,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -76,6 +76,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -62,6 +62,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;

View file

@ -35,6 +35,12 @@ Back to sign in
Send reset link
</button> </form> </div> </div> </div> </div> <!-- Tawk.to Live Chat --> <script>
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
// Mobile UX: suppress proactive popup text overlays on small screens.
Tawk_API.onLoad = function() {
if (window.matchMedia('(max-width: 768px)').matches) {
Tawk_API.hideWidget();
}
};
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;