Thursday, January 05, 2006

JSCookMenu 1.4.3 Bug

File: JSCookMenu.js line 178
Old: hasChild = (item.length > 5);
New: hasChild = (item.length && item.length > 5);

Purpose: avoid warning because _cmSplit is parsed as an object and does not have length property

Updated: JSCookMenu updated to 1.4.4 with a quick fix for a bug for _cmSplit checking.

1 Comments:

At 8:34 AM, Blogger TrancePorted said...

Hullo. I can't find the option which allows me to turn of the blogger NavBar. Mind telling me?

Reply at http://asadhyatt.tk

 

Post a Comment

<< Home