From: Alan Knowles Date: Tue, 26 Jul 2011 12:37:32 +0000 (+0800) Subject: Pman.Login.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7cd03971ebc1616032f1cfff943763fa0d8f1334 Pman.Login.js --- 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; },