@ -1545,6 +1545,9 @@ if(typeof VMM.Timeline != 'undefined' && typeof VMM.Timeline.TimeNav == 'undefin
// CREATE TAGS
tags = VMM.Util.deDupeArray(tags);
config.tagSortFunction(tags);
if (tags.length > 3) {
config.nav.rows.current = config.nav.rows.half;
} else {
@ -135,7 +135,12 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') {
ease: "easeInOutExpo",
duration: 1000,
gmap_key: "",
language: VMM.Language
language: VMM.Language,
tagSortFunction: function (arr) {
arr.sort(function (a, b) {
return a.localeCompare(b);
})
}
};
if ( w != null && w != "") {