From bea7f8a09d73cf6a5bf7dcf2ccf236a6b64f4d10 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Nov 2012 11:22:10 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Lock.js b/Pman.Lock.js index 004a4b8a..8234bed0 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -59,9 +59,9 @@ Roo.apply(Pman.Lock.prototype, { failure : function() { Roo.MessageBox.alert("Error", "Lock Request failed, please try again"); }, - success : function(data) + success : function(res) { - + var data = res.data; Roo.log(data); if (!force && typeof(data) == 'object') { _t.confirmBreak(data); -- 2.39.2