Improve login, replace deprecated substr calls
This commit is contained in:
@@ -152,7 +152,7 @@ export class LLLindenText
|
||||
}
|
||||
else
|
||||
{
|
||||
return input.substr(index + 1);
|
||||
return input.substring(index + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user