diff options
author | Christophe Gherardi <[email protected]> | 2020-04-30 19:41:58 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-30 19:41:58 +0200 |
commit | 3b06ab296b1091e45c5664f87b1d4869d22d25f6 (patch) | |
tree | dcce5deff6d6be7d2644efeae49e919b93be798d | |
parent | 0de52c6c99737cb1ee0c33c138ccedd7ed955fd5 (diff) | |
download | vaultwarden-3b06ab296b1091e45c5664f87b1d4869d22d25f6.tar.gz vaultwarden-3b06ab296b1091e45c5664f87b1d4869d22d25f6.zip |
Delete the call to the map file
The file bootstrap.css.map is missing, the reference can be deleted.
-rw-r--r-- | src/static/scripts/bootstrap.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/scripts/bootstrap.css b/src/static/scripts/bootstrap.css index 8f475892..c46012c5 100644 --- a/src/static/scripts/bootstrap.css +++ b/src/static/scripts/bootstrap.css @@ -10035,4 +10035,3 @@ a.text-dark:hover, a.text-dark:focus { border-color: #dee2e6; } } -/*# sourceMappingURL=bootstrap.css.map */
\ No newline at end of file |