Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
drupal
Merge requests
!11928
Resolve
#3520723
"Add htmx dependency"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3520723
"Add htmx dependency"
issue/drupal-3520723:3520723-add-htmx-dependency
into
11.x
Overview
3
Commits
8
Pipelines
11
Changes
3
All threads resolved!
Hide all comments
Closed
Théodore Biadala
requested to merge
issue/drupal-3520723:3520723-add-htmx-dependency
into
11.x
1 month ago
Overview
3
Commits
8
Pipelines
11
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#3520723
0
1
Merge request reports
Compare
11.x
version 8
0cbf4416
1 month ago
version 7
a314aa55
1 month ago
version 6
48eb4e54
1 month ago
version 5
34807a8b
1 month ago
version 4
fe988d3a
1 month ago
version 3
0c2f0624
1 month ago
version 2
84859641
1 month ago
version 1
bc9ec022
1 month ago
11.x (base)
and
latest version
latest version
bc5c58b6
8 commits,
1 month ago
version 8
0cbf4416
7 commits,
1 month ago
version 7
a314aa55
6 commits,
1 month ago
version 6
48eb4e54
5 commits,
1 month ago
version 5
34807a8b
5 commits,
1 month ago
version 4
fe988d3a
4 commits,
1 month ago
version 3
0c2f0624
3 commits,
1 month ago
version 2
84859641
2 commits,
1 month ago
version 1
bc9ec022
1 commit,
1 month ago
3 files
+
1
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
core/assets/vendor/htmx/debug.js deleted
100644 → 0
+
0
−
11
Options
htmx
.
defineExtension
(
'
debug
'
,
{
onEvent
:
function
(
name
,
evt
)
{
if
(
console
.
debug
)
{
console
.
debug
(
name
,
evt
)
}
else
if
(
console
)
{
console
.
log
(
'
DEBUG:
'
,
name
,
evt
)
}
else
{
throw
new
Error
(
'
NO CONSOLE SUPPORTED
'
)
}
}
})
Loading