mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
rename qmdl path so that downloaded files have a qmdl extension
This commit is contained in:
committed by
Will Greenberg
parent
049c563f02
commit
a3fd1479f9
@@ -136,7 +136,7 @@ function createEntryRow(entry, isCurrent) {
|
||||
row.appendChild(pcapTd);
|
||||
|
||||
const qmdlTd = document.createElement('td');
|
||||
qmdlTd.appendChild(createLink(`/api/qmdl/${entry.name}`, 'qmdl'));
|
||||
qmdlTd.appendChild(createLink(`/api/qmdl/${entry.name}.qmdl`, 'qmdl'));
|
||||
row.appendChild(qmdlTd);
|
||||
|
||||
const analysisResult = document.createElement('td');
|
||||
|
||||
Reference in New Issue
Block a user