diff options
author | Loïc Hoguin <[email protected]> | 2017-05-23 21:14:43 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-23 21:14:43 +0200 |
commit | 15175121fb32a9878dd8b015e93aec06c6a96f2a (patch) | |
tree | bd999390fbf29854cc8187a1b2ae32d9878780d8 /_build/themes/ninenines | |
parent | 41c769ab5c19da92ecba35d9accc4bc123029e8d (diff) | |
download | ninenines.eu-15175121fb32a9878dd8b015e93aec06c6a96f2a.tar.gz ninenines.eu-15175121fb32a9878dd8b015e93aec06c6a96f2a.tar.bz2 ninenines.eu-15175121fb32a9878dd8b015e93aec06c6a96f2a.zip |
Remove jquery and bootstrap-dropdown.js
They're not used anymore! Woohoo!
Diffstat (limited to '_build/themes/ninenines')
-rw-r--r-- | _build/themes/ninenines/layouts/partials/footer.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_build/themes/ninenines/layouts/partials/footer.html b/_build/themes/ninenines/layouts/partials/footer.html index 4f0f6dee..fba2baef 100644 --- a/_build/themes/ninenines/layouts/partials/footer.html +++ b/_build/themes/ninenines/layouts/partials/footer.html @@ -18,8 +18,6 @@ </footer> <!-- Javascript --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> - <script src="/js/bootstrap-dropdown.js"></script> <script src="/js/custom.js"></script> </body> </html> |