You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
CommanderRoot 1ab88da0e4
Replace deprecated String.prototype.substr() with String.prototype.slice() (#18796)
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 the slice() method which works similarily but isn't deprecated.

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
ColorPicker.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
EasyMDE.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
ImagePaste.js Replace deprecated String.prototype.substr() with String.prototype.slice() (#18796) 3 years ago
LabelEdit.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
MarkupContentPreview.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
ReactionSelector.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
SearchUserBox.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
WebHookEditor.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago