From 7cd03971ebc1616032f1cfff943763fa0d8f1334 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 20:37:32 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Pman.Login.js b/Pman.Login.js index 76af8fd8..5cc90d70 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -153,7 +153,15 @@ Pman.Login = new Roo.util.Observable({ this.fillAuth(res.data); this.checkFails =0; - Pman.onload(); + + + if (Pman.onload) { + Pman.onload(); + } + if (Pman.Login.callback) { + Pman.Login.callback(); + + } return false; }, -- 2.39.2