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 8e39226 commit 7ae5671Copy full SHA for 7ae5671
shiny/ui/_include_helpers.py
@@ -46,7 +46,7 @@ def include_js(
46
that contain sensitive information**. A good general rule of thumb to follow
47
is to have ``path`` be located in a subdirectory of the app directory. For
48
example, if the app's source is located at ``/app/app.py``, then ``path``
49
- should be somewhere like ``/app/css/custom.css`` (and all the other relevant
+ should be somewhere like ``/app/js/custom.js`` (and all the other relevant
50
accompanying 'safe' files should be located under ``/app/css/``).
51
* ``"inline"`` is the inline the JS file contents within a
52
:func:`~shiny.ui.tags.script` tag.
0 commit comments