Support view source of "other" type

This commit is contained in:
Raymond Hill 2023-03-30 12:29:02 -04:00
parent 08d411a7b4
commit 3d1c696e20
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ const nodeFromURL = function(parent, url, re, type) {
case 'css':
case 'doc':
case 'frame':
case 'other':
case 'script':
case 'xhr':
href = `code-viewer.html?url=${encodeURIComponent(href)}`;