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

Commit

Permalink
docs(initial files): Update initial files feature page
Browse files Browse the repository at this point in the history
closes #1191
[skip ci]
  • Loading branch information
rnicholus committed Mar 17, 2016
1 parent 8a4281d commit db6d667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/session.jmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "_templates/base.html" %}
{% set page_title = "Initial File List" %}
{% block sidebar %}
{{ api_links(options=['deleteFile.endpoint', 'deleteFile.params', 'session'], events=['sessionRequestComplete']) }}
{{ api_links(options=['deleteFile.endpoint', 'deleteFile.params', 'session'], events=['sessionRequestComplete'], methods=['addInitialFiles']) }}
{% endblock %}
{% block content %}
{% markdown %}
Expand All @@ -17,7 +17,7 @@ optionally delete these files. All relevant API methods can be used on these pr
Fine Uploader UI, they will be displayed as successfully uploaded files as well.

The API includes a [`session` option](../api/options.html#session)
and a [`sessionRequestComplete` event](../api/events.html#sessionRequestComplete).
and a [`sessionRequestComplete` event](../api/events.html#sessionRequestComplete), and an [`adInitialFiles` method](../api/methods.html#addInitialFiles).


### Fine Uploader Core Support
Expand Down

0 comments on commit db6d667

Please sign in to comment.