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) {
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
Comment #1
nicholasthompsonCommited into dev