From 8d416711b5f7ba5ddda9104a23c06b3f50e06cbf Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 Sep 2013 14:46:16 +0000 Subject: [PATCH] fix(client) ajaxLoad fs: removeStr -> removeStrOneTime --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index f4aadf71..e95ab36f 100644 --- a/lib/client.js +++ b/lib/client.js @@ -345,7 +345,7 @@ var Util, DOM, CloudFunc, CloudCmd; var lSLASH = '/', lFSPath = decodeURI(pPath), lNOJSPath = Util.removeStr( lFSPath, '?json' ), - lCleanPath = Util.removeStr( lNOJSPath, CloudFunc.FS ) || lSLASH, + lCleanPath = Util.removeStrOneTime( lNOJSPath, CloudFunc.FS ) || lSLASH, lOldURL = window.location.pathname;