no bug make 'show details' actually show problem type, not just the id for the problem type. a=asa over irc

This commit is contained in:
robert%accettura.com 2005-04-20 22:10:38 +00:00
Родитель df08dccdc8
Коммит 392e7be587
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -272,7 +272,7 @@ function sendReport(){
finishExtendedDoc = finishExtended.contentDocument;
finishExtendedDoc.getElementById('urlStri').textContent = gURL;
finishExtendedDoc.getElementById('problemTypeStri').textContent = problemTypeStri;
finishExtendedDoc.getElementById('problemTypeStri').textContent = document.getElementById('problem_type').label;
finishExtendedDoc.getElementById('descriptionStri').textContent = descriptionStri;
finishExtendedDoc.getElementById('platformStri').textContent = gPlatform;
finishExtendedDoc.getElementById('oscpuStri').textContent = goscpu;