We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d701018 commit 7525f41Copy full SHA for 7525f41
shiny/ui/_include_helpers.py
@@ -36,7 +36,7 @@ def include_js(
36
method
37
One of the following:
38
39
- * ``"link"`` is the link to the JS file via a :func:`~shiny.ui.tags.link` tag. This
+ * ``"link"`` is the link to the JS file via a :func:`~shiny.ui.tags.script` tag. This
40
method is generally preferable to ``"inline"`` since it allows the browser to
41
cache the file.
42
* ``"link_files"`` is the same as ``"link"``, but also allow for the JS file to
0 commit comments