Skip to content

Commit

Permalink
dev: relocate example plugins file to a demos folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Jul 1, 2023
1 parent 92e0916 commit a134f91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion demos/plugins/example_js_manager_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ def extra_js_urls(view_name):
if view_name in PERMITTED_VIEWS:
return [
{
"url": f"/-/static/table-example-plugins.js",
"url": f"/-/demos/plugins/static/table-example-plugins.js",
}
]

0 comments on commit a134f91

Please sign in to comment.