Skip to content

Commit a7018d5

Browse files
committed
Sort options
1 parent 5d8b924 commit a7018d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/populator/frontend/public/javascripts/countly.views.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
}
6565
return plugins.filter(function(plugin) {
6666
return CountlyHelpers.isPluginEnabled(plugin.value);
67+
}).sort(function(a, b) {
68+
return a.label.localeCompare(b.label);
6769
});
6870
}
6971
},

0 commit comments

Comments
 (0)