]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5382
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Sep 2022 18:15:09 +0000 (20:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Sep 2022 18:15:09 +0000 (20:15 +0200)
public/packages/fluidbook/toolbox/js/contextdownload.js

index 8a09ab9be30cb7a76172478312cefe2cb0525f80..2b7b90b2b0b4c83bd3c51283cc869bf844b9ef05 100644 (file)
@@ -21,7 +21,8 @@ $(function () {
                         window.location = url;
                         return true;
                     }
-                    if (confirm === null) {
+                    console.log(confirm);
+                    if (confirm === null || confirm===undefined) {
                         return ok();
                     }
                     swal({