Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Added backtick to fix formatting #1599

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/delete.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ a customizable delete link will appear next to the file after it has successfull

When the user clicks on this link, first, your [`onSubmitDelete` callback](../api/events.html#submitDelete) will be invoked.
You may return `false` in your callback handler if you want to abort the request (or [a promise](async-tasks-and-promises.html)
that you may resolve later). If not the user will see a (customizable) confirm dialog (if the `deleteFile.forceConfirm property has been set).
that you may resolve later). If not the user will see a (customizable) confirm dialog (if the `deleteFile.forceConfirm` property has been set).
If they click “ok” (or if the `deleteFile.forceConfirm` option has been disabled), a DELETE request will be sent to the server
after Fine Uploader invokes [your onDelete callback](../api/events.html#delete).

Expand Down