From 459d623467a23d8deda42620eb9be7992d5cfd24 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 9 Apr 2010 12:24:53 +0000 Subject: - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery functions. --- modules/path/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') diff --git a/modules/path/path.js b/modules/path/path.js index f37421b58..e065d94b5 100644 --- a/modules/path/path.js +++ b/modules/path/path.js @@ -4,7 +4,7 @@ Drupal.behaviors.pathFieldsetSummaries = { attach: function (context) { - $('fieldset#edit-path', context).setSummary(function (context) { + $('fieldset#edit-path', context).drupalSetSummary(function (context) { var path = $('#edit-path-alias').val(); return path ? -- cgit v1.2.3