Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
- Loading branch information