Closed (fixed)
Project:
Domain
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2023 at 10:20 UTC
Updated:
2 Dec 2025 at 11:29 UTC
Jump to comment: Most recent
10.1.5
2.0.0-beta1
domain.libraries.yml and domain_source.libraries.yml have a core/jquery dependency.
Remove the jQuery dependencies and rewrite needed JS with it with Vanilla JS.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mably commentedLooks like we are depending on some Drupal form jQuery code in the
domain.jsfile ($.fn.drupalSetSummaryfromweb/core/misc/form.js).Could be more easily removed in
domain_source.jsfile though.Comment #4
mably commentedIt's not possible to remove the dependency completely.
But I have removed as much as possible.
Comment #6
mably commentedWe have removed jQuery dependent code as much as possible.