Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3338541
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3338541
Commits
400575a1
Commit
400575a1
authored
5 years ago
by
Gábor Hojtsy
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3089480
by zrpnr, bnjmnm: Remove domready in Drupal 9
parent
1e2643a9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/.eslintrc.json
+0
-1
0 additions, 1 deletion
core/.eslintrc.json
core/assets/vendor/domready/ready.min.js
+0
-4
0 additions, 4 deletions
core/assets/vendor/domready/ready.min.js
core/core.libraries.yml
+0
-11
0 additions, 11 deletions
core/core.libraries.yml
with
0 additions
and
16 deletions
core/.eslintrc.json
+
0
−
1
View file @
400575a1
...
...
@@ -13,7 +13,6 @@
"Drupal"
:
true
,
"drupalSettings"
:
true
,
"drupalTranslations"
:
true
,
"domready"
:
true
,
"jQuery"
:
true
,
"_"
:
true
,
"matchMedia"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
core/assets/vendor/domready/ready.min.js
deleted
100644 → 0
+
0
−
4
View file @
1e2643a9
/*!
* domready (c) Dustin Diaz 2014 - License MIT
*/
!
function
(
e
,
t
){
typeof
module
!=
"
undefined
"
?
module
.
exports
=
t
():
typeof
define
==
"
function
"
&&
typeof
define
.
amd
==
"
object
"
?
define
(
t
):
this
[
e
]
=
t
()}(
"
domready
"
,
function
(){
var
e
=
[],
t
,
n
=
document
,
r
=
n
.
documentElement
.
doScroll
,
i
=
"
DOMContentLoaded
"
,
s
=
(
r
?
/^loaded|^c/
:
/^loaded|^i|^c/
).
test
(
n
.
readyState
);
return
s
||
n
.
addEventListener
(
i
,
t
=
function
(){
n
.
removeEventListener
(
i
,
t
),
s
=
1
;
while
(
t
=
e
.
shift
())
t
()}),
function
(
t
){
s
?
setTimeout
(
t
,
0
):
e
.
push
(
t
)}})
\ No newline at end of file
This diff is collapsed.
Click to expand it.
core/core.libraries.yml
+
0
−
11
View file @
400575a1
...
...
@@ -22,17 +22,6 @@ ckeditor:
js
:
assets/vendor/ckeditor/ckeditor.js
:
{
preprocess
:
false
,
minified
:
true
}
domready
:
remote
:
https://github.com/ded/domready
version
:
"
1.0.8"
license
:
name
:
MIT
url
:
https://github.com/ded/domready/blob/v1.0.8/LICENSE
gpl-compatible
:
true
js
:
assets/vendor/domready/ready.min.js
:
{
weight
:
-21
,
minified
:
true
}
deprecated
:
The "%library_id%" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3086669
drupal
:
version
:
VERSION
js
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment