diff options
Diffstat (limited to 'public/js/gogs.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 c4dbdb3c..5b379c8a 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' }); |