interface/web/js/scrigo.js.php
@@ -95,11 +95,13 @@ ?> $('#pageContent').find("select:not(.chosen-select)").combobox({ select: function (event, ui) { $('#pageContent').find("select:not(.chosen-select)").select2({ placeholder: '', width: 'element', allowClear: true, }).on('change', function(e) { if (jQuery(".panel #Filter").length > 0) { jQuery(".panel #Filter").trigger('click'); } } }); /* TODO: find a better way! */