From 3a50e9acbee09a3367360d50d93734641c6e8663 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Nov 2010 11:53:30 +0800 Subject: [PATCH] Pman.Dialog.Image.js --- Pman.Dialog.Image.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 42489528..cec452ae 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -108,9 +108,10 @@ Pman.Dialog.Image = { _this.dialog.el.unmask(); if (act.type == 'setdata') { - + this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php' this.findField('UPLOAD_IDENTIFIER').setValue( (new Date() * 1) + '' + Math.random()); + return; } -- 2.39.2