Skip to content
New issue

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

Bookstrap URL https issue #70

Closed
arjunsuresh opened this issue Nov 15, 2016 · 1 comment
Closed

Bookstrap URL https issue #70

arjunsuresh opened this issue Nov 15, 2016 · 1 comment
Labels

Comments

@arjunsuresh
Copy link
Contributor

From couple of days Donut theme is coming messy in Chromium browser due to bootstrap css not being downloaded. This is sue to a "https" issue. Fixed by the following in utils/donut-options.php

--const BS_CSS_CDN = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
++const BS_CSS_CDN = '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';

@amiyasahu
Copy link
Owner

will fix it @arjunsuresh . Thanks for bringing in notice

@amiyasahu amiyasahu added the bug label Nov 17, 2016
@amiyasahu amiyasahu mentioned this issue Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants