fix(client) ajaxLoad fs: removeStr -> removeStrOneTime

This commit is contained in:
coderaiser 2013-09-24 14:46:16 +00:00
parent 7f8a9fbea5
commit 8d416711b5

View file

@ -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;