From 387c33c2cb969a844697fd8be6ee3d321c10a7b0 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 14:16:09 +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 6ffc7e6b..93f67cb6 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1256,7 +1256,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { var name = 'Image' + Math.random().toString(36).substring(2); var content = this.doc.createElement('Content'); content.setAttribute('image-type', type ? type : 'jpeg'); - content.setAttribute('name', name); + content.setAttribute('name', 'test'); soi.appendChild(content); objs.appendChild(soi); -- 2.39.2