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


Commits:
321ab0f9 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
=====================================
@@ -4241,7 +4241,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/321ab0f99b393fc9b807a3d4e44114e104347b04

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


Reply via email to