Skip to content
Snippets Groups Projects

Moving script to the File

2 unresolved threads

Closes #3448353

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
17 17 */
18 18 Drupal.behaviors.advancedMauticIntegrationTrackingEvents = {
19 19 attach(context, settings) {
20
  • Hi, please have a look at the eslint report in the pipeline:

    /builds/issue/advanced_mautic_integration-3448353/web/modules/custom/advanced_mautic_integration-3448353/js/tracking_events.js
      27:9   error  Expected an assignment or function call and instead saw an expression  no-unused-expressions
      30:42  error  Use the rest parameters instead of 'arguments'                         prefer-rest-params
      31:13  error  Unexpected use of comma operator                                       no-sequences
  • Please register or sign in to reply
  • 17 17 */
    18 18 Drupal.behaviors.advancedMauticIntegrationTrackingEvents = {
    19 19 attach(context, settings) {
    20
    21 /**
    22 * Attaching Script of Mautic.
    23 */
    24 var trackingUrl = settings.advancedMauticIntegration.trackDefaultParameters.trackUrl;
    Please register or sign in to reply
    Loading