Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
6880f237
Commit
6880f237
authored
7 years ago
by
Rafael Ostertag
Browse files
Options
Downloads
Patches
Plain Diff
Updated comment of FileDelete.js
parent
351c1074
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!16
First batch of comments
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
javascript/src/FileDelete.js
+6
-2
6 additions, 2 deletions
javascript/src/FileDelete.js
with
6 additions
and
2 deletions
javascript/src/FileDelete.js
+
6
−
2
View file @
6880f237
...
...
@@ -17,9 +17,13 @@ var QfqNS = QfqNS || {};
'
use strict
'
;
/**
* Handle file deletion.
*
* @param formSelector
* @param targetUrl
* Upon instantiation, it attaches to all `<button>` elements having the class `delete-file`, within the elements
* selected by the `formSelector`.
*
* @param formSelector jQuery selector of the `<form>` this instance is responsible for.
* @param targetUrl endpoint URL to send delete requests to.
* @constructor
*
* @name QfqNS.FileDelete
...
...
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