Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
g1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
76
Issues
76
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cto
g1
Commits
592a8126
Commit
592a8126
authored
Nov 26, 2019
by
Bharat R
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build errors
parent
e283112f
Pipeline
#106751
failed with stage
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/formhandler.js
src/formhandler.js
+2
-2
No files found.
src/formhandler.js
View file @
592a8126
...
...
@@ -185,9 +185,9 @@ export function formhandler(js_options) {
})
.
done
(
done
)
.
always
(
function
()
{
$
(
"
.loader
"
,
$this
).
addClass
(
"
d-none
"
)
;
$
(
"
.loader
"
,
$this
).
addClass
(
"
d-none
"
)
})
.
fail
(
failHandler
.
bind
(
this
,
$this
,
template
))
;
.
fail
(
failHandler
.
bind
(
this
,
$this
,
template
))
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment