Skip to content

Commit

Permalink
Merge pull request #66 from dunxd/bootstrap-URL-fix
Browse files Browse the repository at this point in the history
Fix bootstrap URLs
  • Loading branch information
dunxd authored Sep 15, 2024
2 parents dd893ca + 345238e commit 4677e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion COPS/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "HA COPS"
version: "1.26.2"
version: "1.26.3"
slug: "ha-cops"
description: "Minimal Calibre library web interface"
url: "https://github.com/dunxd/HomeAssistantAddons/tree/main/COPS"
Expand Down
18 changes: 3 additions & 15 deletions COPS/cops-3.1.3/templates/bootstrap5/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,10 @@
<link rel="icon" type="image/vnd.microsoft.icon" href="{{=it.favico}}" />

<!-- Latest compiled and minified CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Latest compiled and minified JavaScript -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link
rel="stylesheet"
href="{{=it.templates}}/bootstrap5/styles/bootstrap5.css"
Expand Down

0 comments on commit 4677e93

Please sign in to comment.