The titular error appears on all page loads, and appears to prevent all further js files from properly loading after updating to the most recent -dev release today.

The cause appears to be the introduction of "scripts[] = auto_nodetitle.js" in the .info file as removing this line resolves the issue.

Since I believe the previous "files[] = auto_nodetitle.js" line would not have actually loaded the js file, and this file is already loaded specifically where it is required via the FormAPI "#attached" element, I believe it should be fine to simply remove reference to auto_nodetitle.js from the .info file.

Marked as critical since this breaks functionality of other modules that load javascript.

Comments

gregseb created an issue. See original summary.

gregseb’s picture

Status: Active » Needs review
StatusFileSize
new311 bytes
joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

Agreed this broke some views export functionality.

  • gaurav.kapoor committed 677a751 on 7.x-1.x authored by gregseb
    Issue #3027658 by gregseb, joelpittet: TypeError $(...).drupalSetSummary...
gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.