diff --git a/js/colorbox.js b/js/colorbox.js index aa57f30b724a01eb8524171e21b77247c5ff12be..d17133b420975a4f3cd0d781b861ac5b8a18aeae 100644 --- a/js/colorbox.js +++ b/js/colorbox.js @@ -14,7 +14,7 @@ Drupal.behaviors.initColorbox = { } } - // Use "data-colorbox-gallery" if set otherwise use "rel". + // Use "data-colorbox-gallery" if set otherwise use "rel". settings.colorbox.rel = function () { if ($(this).data('colorbox-gallery')) { return $(this).data('colorbox-gallery');