Browse Source

js: minor fix for #4294

Unknwon 8 years ago
parent
commit
86c7f45383
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/js/gogs.js

+ 1 - 2
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',