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:
parent
02112facf5
commit
3d611e97a4
63 changed files with 378 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue