From: Vincent Vanwaelscappel Date: Thu, 1 Sep 2022 18:15:09 +0000 (+0200) Subject: wait #5382 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ebcb428553c2b0b780acb8bb8570194176918c0c;p=fluidbook-toolbox.git wait #5382 --- diff --git a/public/packages/fluidbook/toolbox/js/contextdownload.js b/public/packages/fluidbook/toolbox/js/contextdownload.js index 8a09ab9be..2b7b90b2b 100644 --- a/public/packages/fluidbook/toolbox/js/contextdownload.js +++ b/public/packages/fluidbook/toolbox/js/contextdownload.js @@ -21,7 +21,8 @@ $(function () { window.location = url; return true; } - if (confirm === null) { + console.log(confirm); + if (confirm === null || confirm===undefined) { return ok(); } swal({