Browse Source

js: minor fix for #4294

pull/4289/head
Unknwon 8 years ago
parent
commit
86c7f45383
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 3
      public/js/gogs.js

3
public/js/gogs.js

@ -1233,8 +1233,7 @@ $(document).ready(function () {
// Semantic UI modules.
$('.ui.dropdown').dropdown({
forceSelection: false,
action:'select'
forceSelection: false
});
$('.jump.dropdown').dropdown({
action: 'select',

Loading…
Cancel
Save