diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 15:45:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 15:45:59 +0900 |
commit | 655ac16f3835ea34d87d952817053ec0d8ee797f (patch) | |
tree | cefe12bb218861fc375e21690d78115832110dcf /src/content/hint.js | |
parent | 59a28d0b44bf5de9df4ed61c002c0a280ad28644 (diff) |
open link on content index
Diffstat (limited to 'src/content/hint.js')
-rw-r--r-- | src/content/hint.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/content/hint.js b/src/content/hint.js index c75ca8b..cc46fd6 100644 --- a/src/content/hint.js +++ b/src/content/hint.js @@ -33,10 +33,4 @@ export default class Hint { remove() { this.element.remove(); } - - activate() { - if (this.target.tagName.toLowerCase() === 'a') { - this.target.click(); - } - } } |