mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 07:09:58 +01:00
js: minor fix for #4294
This commit is contained in:
@@ -1233,8 +1233,7 @@ $(document).ready(function () {
|
||||
|
||||
// Semantic UI modules.
|
||||
$('.ui.dropdown').dropdown({
|
||||
forceSelection: false,
|
||||
action:'select'
|
||||
forceSelection: false
|
||||
});
|
||||
$('.jump.dropdown').dropdown({
|
||||
action: 'select',
|
||||
|
||||
Reference in New Issue
Block a user