2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Updated links to new hash variant and cleaned up About and Option panes

This commit is contained in:
n1474335
2017-06-16 15:36:42 +00:00
parent 685f7a4f00
commit 4363da534d
9 changed files with 55 additions and 34 deletions

View File

@@ -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();
};