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
..
admin refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
client refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
installer refactor: var to const and let (#9885) 3 years ago
modules feat: allow client-side hook registration chaining 3 years ago
ajaxify.js feat: collect hook logs in order to reduce console noise, flush on ajaxify loadScript completion 3 years ago
app.js feat: on online users page override timeago cutoff to 24 hours 3 years ago
overrides.js feat: on online users page override timeago cutoff to 24 hours 3 years ago
require-config.js feat: +assetBaseUrl, -l10BaseUrl, -requireBaseUrl 5 years ago
service-worker.js fix: #9151, dont use service worker for posts requests 4 years ago
sockets.js refactor: use alerts module 3 years ago
utils.js refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
widgets.js refactor: var to const and let (#9885) 3 years ago