mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
minor changes
This commit is contained in:
parent
88844600c3
commit
b9e935a1bd
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ CloudFunc.getShortedSize = function(pSize){
|
|||
*/
|
||||
CloudFunc.getShortedName = function(pName, pPutInTegs){
|
||||
return (pName.length > CloudFunc.SHORTNAMELENGTH ?
|
||||
(pName.substr(pName,16) + '..'):
|
||||
(pName.substr(pName,
|
||||
CloudFunc.SHORTNAMELENGTH) + '..'):
|
||||
pName);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue