mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor lint warnings resolved
This commit is contained in:
parent
024c212be3
commit
0cfa224480
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ CloudFunc._getDirPath=function(url)
|
|||
{
|
||||
var lUrl=folders[i];
|
||||
var lShortName=lUrl.replace(lUrl.substr(lUrl,lUrl.lastIndexOf('/')+1),'');
|
||||
if(i!=1)
|
||||
if(i!==1)
|
||||
{
|
||||
lHtmlPath+=lHref+lFS_s+lNoJS_s+lUrl+lTitle+lUrl+_l+lShortName+lHrefEnd+'/';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue