Skip to content

Commit

Permalink
Fix mobile only interactions (#267)
Browse files Browse the repository at this point in the history
* Revert "Remove unnecessary jquery, jquery-ui and bootstrap javascript reference and font-awesome css (#223)"

This reverts commit 4d505f3.

* Remove unused dependecies
  • Loading branch information
turboMaCk committed Jan 20, 2021
1 parent f624c11 commit 1c1a3ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.html
Expand Up @@ -6,8 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NixOS Search - Loading...</title>


<script type="text/javascript" src="https://nixos.org/js/jquery.min.js"></script>

This comment has been minimized.

Copy link
@andir

andir Jan 25, 2021

Member

Why do we depend on nixos.org artifacts to be there? We should just incldue them in this repo so we do not have to constantly sync changes between repositories.

This comment has been minimized.

Copy link
@turboMaCk

turboMaCk Jan 25, 2021

Author Member

agree but we would need to change the builds script to do so.

EDIT: I mean webpack configuration and deployment configuration.


<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<script type="text/javascript" src="https://nixos.org/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css" />

<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" />
Expand Down

1 comment on commit 1c1a3ca

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.