From bda52632a5aa033d44151c224a39236b223c6b0e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 26 Apr 2009 19:18:46 +0000 Subject: #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. --- modules/node/content_types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/content_types.js b/modules/node/content_types.js index 7f6ff3a2d..8b32ae8ea 100644 --- a/modules/node/content_types.js +++ b/modules/node/content_types.js @@ -9,7 +9,7 @@ Drupal.behaviors.contentTypes = { var machine = $(this).val().toLowerCase().replace(/[^a-z0-9]+/g, '_').replace(/_+/g, '_'); if (machine != '_' && machine != '') { $('#edit-type').val(machine); - $('#node-type-name-suffix').empty().append(' Machine name: ' + machine + ' [').append($(''+ Drupal.t('Edit') +'').click(function() { + $('#node-type-name-suffix').empty().append(' Machine name: ' + machine + ' [').append($('' + Drupal.t('Edit') + '').click(function() { $('#edit-type-wrapper').show(); $('#node-type-name-suffix').hide(); $('#edit-name').unbind('keyup'); -- cgit v1.2.3