Have an error code on D7 on page_title.js

$('fieldset#edit-page-title', context).setSummary(function (context) {

The correct one :

$('fieldset#edit-page-title', context).drupalSetSummary(function (context) {

Comments

nicholasthompson’s picture

Status: Patch (to be ported) » Fixed

Commited into dev

Status: Fixed » Closed (fixed)

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