From 74034fd8b0afc5fe5290420a7ca13b3e7d435a66 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 12:27:39 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 96441e45..5c62da90 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1210,7 +1210,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { soi.setAttribute('crop-right','0.000000'); // ...... < / Content> - var name = 'Image' + Math.random().toString(36).substring(10); + var name = 'Image' + Math.random().toString(36).substring(2); var content = this.doc.createElement('Content'); content.setAttribute('image-type', type ? type : 'jpeg'); -- 2.39.2