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.
CommanderRoot 200f0b2e4f
refactor: replace deprecated String.prototype.substr() (#10432)
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
3 years ago
..
account feat: ability to mute users 3 years ago
category fix: #10068, update data-index values after sort 4 years ago
chats refactor: put message api calls behind `/messages` prefix, #10097 4 years ago
flags fix: #10354, flag actions regression 3 years ago
groups refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
header refactor: move header unread code to separate module 3 years ago
topic fix: #10360, only take top level posts 3 years ago
categories.js refactor: remove tabs after declaration 4 years ago
category.js refactor: use alerts.error/success 4 years ago
chats.js feat: add upload helper module for drag&drop, paste, closes #6388 3 years ago
compose.js refactor: var to const and let (#9885) 4 years ago
header.js refactor: move header unread code to separate module 3 years ago
infinitescroll.js fix: #10090, remove left over necro posts messages 4 years ago
ip-blacklist.js refactor: use alerts module 4 years ago
login.js refactor: remove tabs after declaration 4 years ago
notifications.js refactor: use alerts.error/success 4 years ago
pagination.js refactor: var to const and let (#9885) 4 years ago
popular.js refactor: var to const and let (#9885) 4 years ago
post-queue.js feat: add confirm to reject, closes #10427 3 years ago
recent.js refactor: remove tabs after declaration 4 years ago
register.js refactor: var to const and let (#9885) 4 years ago
reset.js refactor: use alerts.error/success 4 years ago
reset_code.js refactor: use alerts.error/success 4 years ago
search.js refactor: use alerts.error/success 4 years ago
tag.js refactor: var to const and let (#9885) 4 years ago
tags.js refactor: use alerts.error/success 4 years ago
top.js refactor: remove tabs after declaration 4 years ago
topic.js fix: #10096, don't display preview for links if hostname doesnt match 4 years ago
unread.js refactor: move header unread code to separate module 3 years ago
users.js refactor: use alerts.error/success 4 years ago