Добрый день, есть кусок скрипта JS:
if (inst.options.expiryText) {
var layout = inst.options.layout;
inst.options.layout = inst.options.expiryText;
this._updateCountdown(target, inst);
inst.options.layout = layout;
}
вот нужно чтоб эта самая expiryText выводилась в отдельный div блок, помогите подправить условие