Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Change web reference of bootstrap.min.js to local file#556

Open
harshit-soora wants to merge 1 commit into
fossasia:masterfrom
harshit-soora:second-contribution
Open

Change web reference of bootstrap.min.js to local file#556
harshit-soora wants to merge 1 commit into
fossasia:masterfrom
harshit-soora:second-contribution

Conversation

@harshit-soora

Copy link
Copy Markdown

Fixes #555

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream master branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

Short description of what this resolves:

Inside the option.html we did a call to bootstrap.min.js but we did it as a web call that in return gives this error when you load this
error

Changes proposed in this pull request:

Instead of web call we do have the same file inside the bootstrap folder thus I made a call to it therefore emitting the error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loading Bootstrap file from Option.html gives an error

1 participant