mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Updated links to new hash variant and cleaned up About and Option panes
This commit is contained in:
parent
685f7a4f00
commit
4363da534d
9 changed files with 55 additions and 34 deletions
|
@ -57,8 +57,11 @@ OptionsWaiter.prototype.load = function(options) {
|
|||
/**
|
||||
* Handler for options click events.
|
||||
* Dispays the options pane.
|
||||
*
|
||||
* @param {event} e
|
||||
*/
|
||||
OptionsWaiter.prototype.optionsClick = function() {
|
||||
OptionsWaiter.prototype.optionsClick = function(e) {
|
||||
e.preventDefault();
|
||||
$("#options-modal").modal();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue