diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-17 13:43:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-17 13:43:50 -0500 |
commit | 3cb4edbd55646f776e16ab9ce34473f2a748e689 (patch) | |
tree | 000fb783081af260685a12455a69bcc558298a93 /libretube-theme | |
parent | 7b89143317c435cfa9052b82305a08f4f370ec31 (diff) | |
download | libretube-3cb4edbd55646f776e16ab9ce34473f2a748e689.tar.lz libretube-3cb4edbd55646f776e16ab9ce34473f2a748e689.tar.xz libretube-3cb4edbd55646f776e16ab9ce34473f2a748e689.zip |
remove link menu.js URL
Diffstat (limited to 'libretube-theme')
-rw-r--r-- | libretube-theme/templates/base.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index 619596b..00a8cdb 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -210,10 +210,5 @@ {% endfor %} {% endif %} {% endif %} - <!-- JS Menu --> - <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/menu.js" - integrity="sha512-CXFGWsm84tnLAqPBzlsjiBo7XqmdX5csvBe+ik9Ge4bxuFnd64tg1azICN5RYEpnX0ke9AaLkxZMs49dGxFH5A==" - crossorigin="anonymous"></script> - <!-- End JS Menu --> </body> </html> |