Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bootstrap
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bootstrap
Merge requests
!35
Issue
#3417777
: Removed code that calls glyphiconStop() on the Ajax success.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3417777
: Removed code that calls glyphiconStop() on the Ajax success.
issue/bootstrap-3417777:3417777-after-the-first
into
8.x-3.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Issue #3417777: Removed code that calls glyphiconStop() on the Ajax success.
Taras Kravchuk
requested to merge
issue/bootstrap-3417777:3417777-after-the-first
into
8.x-3.x
Jan 29, 2024
Overview
0
Commits
1
Pipelines
2
Changes
1
Closes
#3417777
0
0
Merge request reports
Compare
8.x-3.x
version 1
10e5354a
Jan 29, 2024
8.x-3.x (base)
and
latest version
latest version
f2e8d021
1 commit,
Feb 12, 2024
version 1
10e5354a
1 commit,
Jan 29, 2024
1 file
+
0
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
js/misc/ajax.js
+
0
−
9
View file @ f2e8d021
Edit in single-file editor
Open in Web IDE
Show full file
@@ -120,15 +120,6 @@
Drupal
.
Ajax
.
prototype
.
success
=
function
(
response
,
status
)
{
if
(
this
.
progress
.
element
)
{
// Stop a glyphicon throbber.
if
(
this
.
progress
.
glyphicon
)
{
this
.
glyphiconStop
(
this
.
progress
.
element
);
}
// Remove the progress element.
else
{
this
.
progress
.
element
.
remove
();
}
// Remove any message set.
this
.
progress
.
element
.
parent
().
find
(
'
.message
'
).
remove
();
}
Loading