From b8c8415c9d1f985396c8025be9d589e306ddc27e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 30 Jul 2013 10:40:22 +0000 Subject: [PATCH] fix(menu) add load img --- lib/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index c3090ece..89185a71 100644 --- a/lib/client.js +++ b/lib/client.js @@ -186,7 +186,8 @@ var Util, DOM, CloudFunc, CloudCmd; lDoBefore = { 'edit' : lShowLoadFunc, - 'view' : lShowLoadFunc + 'view' : lShowLoadFunc, + 'menu' : lShowLoadFunc }, lLoad = function(pName, pPath, pDoBefore){