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

Paths to js/css resources #34

Open
aozalevsky opened this issue Apr 3, 2022 · 1 comment
Open

Paths to js/css resources #34

aozalevsky opened this issue Apr 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aozalevsky
Copy link
Contributor

Some problems of #23 were caused by inaccessible paths to static js/css resources. Looks like there are some duplications and version mismatches that require refactoring. Overall it would be better to simplify a set of resources and sync it with layout.html.

E.g. about_validation.html and validation_help.html have a somewhat mixed set of links.

 <!-- add Javasscript file from js file -->

            <script type="text/javascript" src="js/jquery.min.js"></script>
            <script type="text/javascript" src="js/bootstrap.min.js"></script>
            <script type="text/javascript" src="js/main.js"></script>
            <script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
            <script type="text/javascript" src="js/popper1.12.9.min.js"></script>
            <script type="text/javascript" src=".js/bootstrap4.1.3.min.js"></script>
            <script type="text/javascript" src="js/bootstrap3-typeahead.min.js"></script>

@aozalevsky
Copy link
Contributor Author

substantial cleanup is done dev_2.0 branch. it's not final yet, so I'll keep the issue open for a while.

@aozalevsky aozalevsky self-assigned this Feb 22, 2024
@aozalevsky aozalevsky added the enhancement New feature or request label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant