From 0e16b984727815915b6cc81967e0ee6570f7cc6a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:39:09 +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 8496dba2..770219e8 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -46,7 +46,7 @@ Roo.apply(Pman.Lock.prototype, { force = force || 0; var _t = this Pman.Request({ - url : baseURL + 'Core/Lock/lock', + url : baseURL + '/Core/Lock/lock', params : { on_table : this.cfg.table, on_id : this.cfg.id, @@ -94,7 +94,7 @@ Roo.apply(Pman.Lock.prototype, { unlock : function() { Pman.Request({ - url : baseURL + 'Core/Lock/unlock', + url : baseURL + '/Core/Lock/unlock', params : { id : this.lock_id }, -- 2.39.2