Parcourir la source

js: minor fix for #4294

Unknwon il y a 8 ans
Parent
commit
86c7f45383
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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',