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
|
@ -678,9 +678,7 @@ App.prototype.stateChange = function(e) {
|
|||
* @param {event} e
|
||||
*/
|
||||
App.prototype.popState = function(e) {
|
||||
if (window.location.href.split("#")[0] !== this.lastStateUrl) {
|
||||
this.loadURIParams();
|
||||
}
|
||||
this.loadURIParams();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue