diff options
Diffstat (limited to 'src/content/follow.js')
-rw-r--r-- | src/content/follow.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/follow.js b/src/content/follow.js index eedd1ed..b1d2f5c 100644 --- a/src/content/follow.js +++ b/src/content/follow.js @@ -10,7 +10,6 @@ export default class Follow { this.keys = []; this.onActivatedCallbacks = []; - // TODO activate input elements and push button elements let links = Follow.getTargetElements(doc); this.addHints(links); |