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;