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

JS is not typecast correctly #15

Open
maximus-sallam opened this issue Dec 2, 2022 · 0 comments
Open

JS is not typecast correctly #15

maximus-sallam opened this issue Dec 2, 2022 · 0 comments

Comments

@maximus-sallam
Copy link

maximus-sallam commented Dec 2, 2022

On lines 354, 355, 356, and 357 of index.html, the JS assets are not typecast correctly. It should be updated as follows to prevent errors in the browser:

                    <script type="text/javascript" src="assets/js/jquery.min.js"></script>
                    <script type="text/javascript" src="assets/js/skel.min.js"></script>
                    <script type="text/javascript" src="assets/js/util.js"></script>
                    <script type="text/javascript" src="assets/js/main.js"></script>
@maximus-sallam maximus-sallam changed the title JS is not typcast correctly JS is not typecast correctly Dec 2, 2022
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

No branches or pull requests

1 participant