Skip to content

Commit

Permalink
Move initialization of filters before select2 to properly detect if a…
Browse files Browse the repository at this point in the history
…dvanced filters should be visible
  • Loading branch information
pulzarraider committed Oct 12, 2015
1 parent 0063321 commit 43fe1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ var Admin = {
shared_setup: function(subject) {
Admin.log("[core|shared_setup] Register services on", subject);
Admin.set_object_field_value(subject);
Admin.add_filters(subject);
Admin.setup_select2(subject);
Admin.setup_icheck(subject);
Admin.add_filters(subject);
Admin.setup_xeditable(subject);
Admin.add_pretty_errors(subject);
Admin.setup_form_tabs_for_errors(subject);
Expand Down

0 comments on commit 43fe1a8

Please sign in to comment.