mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +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() {
|
function init_crypto_random() {
|
||||||
if (!$wbwindow.crypto || $wbwindow.Crypto) {
|
if (!$wbwindow.crypto || !$wbwindow.Crypto) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user