зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
df08dccdc8
Коммит
392e7be587
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче