mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(client) ajaxLoad fs: removeStr -> removeStrOneTime
This commit is contained in:
parent
7f8a9fbea5
commit
8d416711b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue