Files
CommanderRoot 99c442bf27 refactor: replace deprecated String.prototype.substr() (#1335)
.substr() is deprecated so we replace it with .slice() or .substring() which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-05-03 10:43:55 +02:00
..