Missing JS once parameter

Created on 6 July 2023, over 1 year ago
Updated 7 July 2023, over 1 year ago

Problem/Motivation

I think there was a mistake in the fontawesome-iconpicker.js. There are 3 parameters, but 4 passed in.

(function ($, Drupal, drupalSettings) {
...
})(jQuery, Drupal, drupalSettings, once);

It should be

(function ($, Drupal, drupalSettings, once) {
...
})(jQuery, Drupal, drupalSettings, once);

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024