HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/sites/all/modules/l10n_update/js/l10n_update.js
(function ($) {

Drupal.behaviors.l10nUpdateCollapse = {
  attach: function (context, settings) {
    $('.l10n-update .l10n-update-wrapper', context).once('l10nupdatecollapse', function () {
      var wrapper = $(this);

      // Turn the project title into a clickable link.
      // Add an event to toggle the content visibiltiy.
      var $legend = $('.project-title', this);
      var $link = $('<a href="#"></a>')
        .prepend($legend.contents())
        .appendTo($legend)
        .click(function () {
          Drupal.toggleFieldset(wrapper);
          return false;
        });
    });
  }
};

})(jQuery);