There's a problem here in jQuery 1.7:
var clone = $('')
.attr('href', $(breadcrumb[key]).attr('href'))
.attr('class', $(breadcrumb[key]).attr('class'))
.html($(breadcrumb[key]).html())

If $(breadcrumb[key]).attr('class') is undefined, .attr will return a string and .html will fail.

CommentFileSizeAuthor
#1 1354328_admin_jquery17_error.patch1.3 KBaidanlis

Comments

aidanlis’s picture

StatusFileSize
new1.3 KB

Patch attached:

aidanlis’s picture

Status: Active » Needs review
mail@victorquinn.com’s picture

Thanks aidanlis, that worked perfectly!

bensnyder’s picture

works for me!

sickness29’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.