|
|
@ -135,7 +135,12 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { |
|
|
|
ease: "easeInOutExpo", |
|
|
|
ease: "easeInOutExpo", |
|
|
|
duration: 1000, |
|
|
|
duration: 1000, |
|
|
|
gmap_key: "", |
|
|
|
gmap_key: "", |
|
|
|
language: VMM.Language |
|
|
|
language: VMM.Language, |
|
|
|
|
|
|
|
tagSortFunction: function (arr) { |
|
|
|
|
|
|
|
arr.sort(function (a, b) { |
|
|
|
|
|
|
|
return a.localeCompare(b); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
if ( w != null && w != "") { |
|
|
|
if ( w != null && w != "") { |
|
|
|