Closed
Bug 274985
Opened 21 years ago
Closed 17 years ago
bearstearns.com - can't convert quotesTimer to an integer
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Unassigned)
References
()
Details
Error: can't convert quotesTimer to an integer
Source File: http://www.bearstearns.com/bear/bsportal/CorporateHome.do
Line: 480
var quotesTimer = setTimeout(setQuotes, 20000);
function setQuotes(){
quotesok = true;
}
function init(){
if (quotesok == false) {
if (document.getElementById || document.all){
clearTimeout('quotesTimer');
the call should be:
clearTimeout(quotesTimer);
Comment 1•17 years ago
|
||
Not any more. Of course, Bear Stearns is sort of "not any more", too...
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•