Skip to content

Commit

Permalink
Remove unnecessary jquery, jquery-ui and bootstrap javascript referen…
Browse files Browse the repository at this point in the history
…ce and font-awesome css (#223)
  • Loading branch information
BenediktSeidl authored Nov 17, 2020
1 parent 7426982 commit 4d505f3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +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>
<script type="text/javascript" src="https://nixos.org/js/jquery-ui.min.js"></script>

<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" />

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" />

<link rel="shortcut icon" type="image/png" href="https://nixos.org/favicon.png" />

<link rel="search" type="application/opensearchdescription+xml" title="NixOS packages"
Expand Down

1 comment on commit 4d505f3

@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.