diff options
author | silverwind <me@silverwind.io> | 2019-11-22 00:30:14 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-21 18:30:14 -0500 |
commit | 7bc8c6b1805546ee942a07680633fe57e8e45ef6 (patch) | |
tree | 67706da403199a0aff362d99aa199b281677debc /templates/base | |
parent | f0aaffeedccaa7b338af6cf72cef77895513c9f1 (diff) | |
download | gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.tar.gz gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.zip |
move semantic.dropdown.custom.js to webpack (#9064)
* move semantic.dropdown.custom.js to webpack
Also disabled a annoying linter rule which insisted that imports can not
contain a file extension.
Fixes: https://github.com/go-gitea/gitea/issues/8971
* reorganize web_src files and rebuild
* restart ci
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 0c07fb6e70..8ecd53557f 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -118,7 +118,6 @@ <!-- JavaScript --> <script src="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js"></script> - <script src="{{StaticUrlPrefix}}/js/semantic.dropdown.custom.js?v={{MD5 AppVer}}"></script> <script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script> {{if .EnableHeatmap}} <script src="{{StaticUrlPrefix}}/vendor/plugins/moment/moment.min.js" charset="utf-8"></script> |