mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Rename to runTar, runUntar, displayFilesAsHTML
This commit is contained in:
parent
e809deb914
commit
6f077a9c50
3 changed files with 6 additions and 7 deletions
|
@ -935,7 +935,7 @@ var Utils = {
|
|||
* @param {File[]} files
|
||||
* @returns {html}
|
||||
*/
|
||||
HTMLFiles: function(files){
|
||||
displayFilesAsHTML: function(files){
|
||||
var formatDirectory = function(file) {
|
||||
var html = "<div class='panel panel-default'>" +
|
||||
"<div class='panel-heading' role='tab'>" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue