You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use jQuery.each instead of d_count — IE8 returns true for a property with obj.hasOwnProperty compared to other browsers, resulting in a JavaScript error because d_count which is based on .hasOwnProperty is one too high, which means an array index is out of bounds.
The text was updated successfully, but these errors were encountered:
Use
jQuery.each
instead ofd_count
— IE8 returnstrue
for a property withobj.hasOwnProperty
compared to other browsers, resulting in a JavaScript error becaused_count
which is based on.hasOwnProperty
is one too high, which means an array index is out of bounds.The text was updated successfully, but these errors were encountered: