mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:45:56 +00:00
cleanup some unused code, fix App.byId() invoked by wrong name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/* eslint-disable no-new */
|
||||
|
||||
function $(id) {
|
||||
console.warn("FIXME: please use App.getById() or document.getElementById() instead of $():", id);
|
||||
console.warn("FIXME: please use App.byId() or document.getElementById() instead of $():", id);
|
||||
return document.getElementById(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user