diff options
author | Unknwon <u@gogs.io> | 2015-07-24 04:50:05 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-24 04:50:05 +0800 |
commit | 4447a20f872776123c42d5b8ca987c114fb4b80b (patch) | |
tree | 3692ada9ffe5bbc54d35cb98ea57a95450f8c99d /public/js | |
parent | 548b95f7b593d80a241c9a1027eda6b4549ca995 (diff) | |
download | gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.tar.gz gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.zip |
UI: issues - finish basic frame
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/gogs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index c4dbdb3ca5..5b379c8a72 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -35,6 +35,9 @@ function initInstall() { $(document).ready(function () { // Semantic UI modules. $('.dropdown').dropdown(); + $('.link.dropdown').dropdown({ + action: 'hide' + }); $('.slide.up.dropdown').dropdown({ transition: 'slide up' }); |