Skip to content
Snippets Groups Projects
Commit 631c02a7 authored by Liam Morland's avatar Liam Morland
Browse files

Ensure Characters Entered text is not duplicated on node add.

parent ce490556
No related merge requests found
......@@ -16,7 +16,7 @@ Drupal.behaviors.pageTitleFieldsetSummaries = {
Drupal.behaviors.pageTitleCounter = {
attach : function(context) {
$('fieldset#edit-page-title', context).each(function() {
$('fieldset#edit-page-title', context).once('page-title', function() {
function getLength(element) { return $(element).val().length; }
var wrapper = this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment