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


Commits:
a1f60a54 by Cédric Krier at 2023-05-17T12:00:23+02:00
Declare blob as variable in image_url
- - - - -


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/a1f60a5423395af9f974237424b9776f2b9913b3

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


Reply via email to