We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The double slash notation can be used to fetch a resource using the same protocol that the current page is using. For example
dash::Dash$new(external_stylesheets = "//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css") dash::Dash$new(external_scripts = "//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js")
These should get the respective css/js file either from http:// or https:// depending on the current page. But instead an error is given:
Error: A valid URL must be included with every entry in external_stylesheets. Please sure no 'href' entries are missing or malformed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The double slash notation can be used to fetch a resource using the same protocol that the current page is using. For example
These should get the respective css/js file either from http:// or https:// depending on the current page. But instead an error is given:
The text was updated successfully, but these errors were encountered: