mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
wombat: fix typo in window.Crypto check!
This commit is contained in:
parent
c570f76ae4
commit
4b8bbb7b40
@ -679,7 +679,7 @@ var wombat_internal = function($wbwindow) {
|
||||
}
|
||||
|
||||
function init_crypto_random() {
|
||||
if (!$wbwindow.crypto || $wbwindow.Crypto) {
|
||||
if (!$wbwindow.crypto || !$wbwindow.Crypto) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user