Skip to content

Commit

Permalink
Fix: Import utils.js and for isClickModified()
Browse files Browse the repository at this point in the history
Closed #38
  • Loading branch information
plibither8 committed Jun 15, 2019
1 parent a43ecc4 commit 06462e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/more-accessible-favorite.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {getAuthString, getPageDom, getUrlParams} from '../libs/utils';
import {getAuthString, getPageDom, getUrlParams, isClickModified} from '../libs/utils';
import {getAllComments, createSiblingLoader} from '../libs/dom-utils';
import {paths} from '../libs/paths';

Expand Down
1 change: 1 addition & 0 deletions src/features/profile-links-dropdown.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {isClickModified} from '../libs/utils';
import {paths} from '../libs/paths';

async function init(metadata) {
Expand Down

0 comments on commit 06462e7

Please sign in to comment.