Skip to content

Header cleanup #96

@moazam1

Description

@moazam1

I think site header is pretty much messed up. There are plenty of javascripts which are not needed on home page for example following js has no need on home page:

<!-- jquery file upload -->
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/vendor/jquery.ui.widget.js') }}"></script>
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.iframe-transport.js') }}"></script>
<script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.fileupload.js') }}"></script>

It will be nice if you can combine js/css into a single file.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions