From 8c5e79496deb3b5381d18f68bc0d68e7b4b088ff Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 31 Oct 2014 11:12:51 -0400 Subject: [PATCH] fix(client) ajaxLoad: when refresh callback not called --- lib/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 579f755c..2c953954 100644 --- a/lib/client.js +++ b/lib/client.js @@ -333,7 +333,8 @@ var Util, DOM, CloudFunc, join; current = DOM.getCurrentByName(name); DOM.setCurrentFile(current); } - + + Util.exec(callback); }); Storage.set(path, obj); });