diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-11 14:57:04 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-11 14:57:18 +0200 |
commit | 73fe64e199b9c76e4a550a758c6467c27f87db0d (patch) | |
tree | 5edace6269ca6163e82210b2ddcd71da1974bcf4 | |
parent | a983e5ac042ee2a845c0741fd60d2ce1ff1f3a65 (diff) |
remove lodash
-rw-r--r-- | background/background.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/background/background.html b/background/background.html index b72696db7..0d616646c 100644 --- a/background/background.html +++ b/background/background.html @@ -2,7 +2,6 @@ <html lang="en"> <head> <script src="../lib/vendor/URI.js"></script> - <script src="../lib/vendor/lodash.core.min.js"></script> <script src="../lib/vendor/system-csp-production.src.js"></script> <script src="main.js"></script> <meta charset="UTF-8"> @@ -11,4 +10,4 @@ <body> <img id="taler-logo" src="../img/icon.png"> </body> -</html>
\ No newline at end of file +</html> |