From 9e4e6f847580984fdac9e4a1a7f85fc49b1c9d96 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 20 Sep 2017 20:19:54 +0900 Subject: [PATCH] fix miss function cal --- src/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/index.js b/src/content/index.js index 5f50a72..7ce41c1 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -15,7 +15,7 @@ const startFollows = (newTab) => { case 'a': if (newTab) { // getAttribute() to avoid to resolve absolute path - let href = element.getibute('href'); + let href = element.getAttribute('href'); // eslint-disable-next-line no-script-url if (!href || href === '#' || href.startsWith('javascript:')) {