Note that there are some explanatory texts on larger screens.

plurals
  1. POReferenceError: waitClk is not defined
    primarykey
    data
    text
    <p>I'm trying to use zfacts.com national debt clock raw number embed which is by far the most popular debt clock site on the internet.</p> <p>While there embeds have normally always worked I discovered the raw text national debt clock does not work in the latest version of Firefoxs (works in IEs, Chrome, and Safari).</p> <p>Can't find anyway contact information to notify ZFacts.com and not sure if this is a Firefox bug or a bug in ZFacts.com code that just only Firefox happens to trip up on.</p> <p>Here is the link to the embed: <a href="http://zfacts.com/node/419" rel="nofollow">http://zfacts.com/node/419</a>. In the top left it should have a countdown of the debt but it's blank in Firefox. </p> <p>The error in Firefox is "ReferenceError: waitClk is not defined"</p> <p>Which says the error is line 113 in this file: zfacts.com/giz/G26/GND.php?id=1</p> <p>Once again if this is a Firefox bug let me know and I can report it to them, or if it's Zfacts javascript I'll keep trying to find a way to notify them. Also yes, I've google searched the error and forums and so far no luck.</p> <p>UPDATE: While I'd recommend viewing the linked code in your own browser's view source which will format it, rather than copying and pasting all the code here since it's compressed and would show on one line, here is the few lines from that code that in particular is erroring:</p> <pre><code>waitClk(); function waitClk( ) { if (typeof(clockObj)=='function') { finish(); return; } if ((dlay*=1.3) &gt; 5000) return; setTimeout(waitClk,dlay); } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload