mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
UI: issues - finish basic frame
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user