From: edward Date: Wed, 6 Sep 2017 04:27:39 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=74034fd8b0afc5fe5290420a7ca13b3e7d435a66;hp=0ae765ce0280969d7283bd81be7896ac2faf099c;p=Pman.Core Pman.Gnumeric.js --- 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');