From: Alan Knowles Date: Wed, 17 Aug 2011 03:51:11 +0000 (+0800) Subject: Pman.Lock.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eb107750b90e72463bdf2d4f200216583de16800 Pman.Lock.js --- 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') {