Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton


Commits:
7737bb6b by Cédric Krier at 2023-05-17T12:00:23+02:00
Declare blob as variable in image_url
(grafted from a1f60a5423395af9f974237424b9776f2b9913b3)
- - - - -


1 changed file:

- sao/src/common.js


Changes:

=====================================
sao/src/common.js
=====================================
@@ -4259,7 +4259,7 @@
             }
         } catch (e) {
         }
-        blob = new Blob([data], {type: type});
+        var blob = new Blob([data], {type: type});
         return window.URL.createObjectURL(blob);
     };
 



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/7737bb6b0cfa2bb1b1019602ed829d91c55ec4a6

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/7737bb6b0cfa2bb1b1019602ed829d91c55ec4a6
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to