diff --git a/index.cfm b/index.cfm index afa6ca6..2f14628 100644 --- a/index.cfm +++ b/index.cfm @@ -557,9 +557,7 @@ async function showText(i) { } rightHtml += '
Все элементы:
'; rightHtml += '
' + textify + '
'; - rightHtml += '
doc_id' + (f.doc_id || '—') + '
'; if (f.supp_id) { - rightHtml += '
supp_id' + f.supp_id + '
'; rightHtml += '
Тип ДС' + (f.supp_type || '—') + '
'; } } catch(e) {