summaryrefslogtreecommitdiff
path: root/misc/collapse.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/collapse.js')
-rw-r--r--misc/collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/collapse.js b/misc/collapse.js
index 1a98dc0e0..bd51ce532 100644
--- a/misc/collapse.js
+++ b/misc/collapse.js
@@ -58,7 +58,7 @@ Drupal.behaviors.collapse = {
$('fieldset.collapsible', context).once('collapse', function () {
var $fieldset = $(this);
// Expand fieldset if there are errors inside, or if it contains an
- // element that is targeted by the uri fragment identifier.
+ // element that is targeted by the URI fragment identifier.
var anchor = location.hash && location.hash != '#' ? ', ' + location.hash : '';
if ($('.error' + anchor, $fieldset).length) {
$fieldset.removeClass('collapsed');