mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
760f58238e
commit
35e3f23ec3
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