CommanderRoot 9b334123f1
replace deprecated String.prototype.substr() (#876)
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-17 14:36:24 +01:00
..
2018-09-10 23:18:17 -06:00
2020-11-19 12:31:16 +01:00