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

Some html files have an outdated reference of ui-bootstrap-tpls-2.5.0.js #2494

Open
takotakot opened this issue Oct 28, 2023 · 0 comments · May be fixed by #2495
Open

Some html files have an outdated reference of ui-bootstrap-tpls-2.5.0.js #2494

takotakot opened this issue Oct 28, 2023 · 0 comments · May be fixed by #2495

Comments

@takotakot
Copy link
Contributor

The following line of code:

<script src='js/ui-bootstrap-tpls-2.5.0.js'></script>

is found in several files. This is an outdated reference and needs to be updated.

Please replace all instances with the following line of code to use the latest CDN link:

<script src='//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.js'></script>

e.g.

<script src='//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.js'></script>

@takotakot takotakot linked a pull request Oct 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant