diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index 8b4bb4f..bd4c604 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -220,7 +220,7 @@ const Audio = function(tp, record) { const createAudioOptions = (layer, propTitle, container) => { const mappingOptions = mapping[layer.id()][propTitle]; - let hasLetterDelay = //false; + let hasLetterDelay = config .layer.letterDelayProps .indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0