Pman.Lock.js
authorAlan Knowles <alan@roojs.com>
Wed, 21 Nov 2012 03:22:10 +0000 (11:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 21 Nov 2012 03:22:10 +0000 (11:22 +0800)
Pman.Lock.js

index 004a4b8..8234bed 100644 (file)
@@ -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);