From eb107750b90e72463bdf2d4f200216583de16800 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Aug 2011 11:51:11 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Lock.js b/Pman.Lock.js index c773c11a..43baa822 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -80,7 +80,7 @@ Roo.apply(Pman.Lock.prototype, { Roo.each(ar, function(p) { msg += '
' + p.name + ' at ' + p.lock_created ; - }) + }); var _t = this; Roo.MessageBox.confirm("Confirm breaking locks", msg, function(r) { if (r != 'yes') { -- 2.39.2