mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fixed and improved some infoURLs
This commit is contained in:
parent
ed930d2364
commit
ef52195167
8 changed files with 11 additions and 10 deletions
|
@ -22,7 +22,6 @@ class DateTimeDelta extends Operation {
|
|||
this.name = "DateTime Delta";
|
||||
this.module = "Default";
|
||||
this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
|
||||
this.infoURL = "";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue