js: minor fix for #4294

This commit is contained in:
Unknwon
2017-03-15 16:38:41 -04:00
parent 50b36a732c
commit 86c7f45383

View File

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