Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed May 5, 2022
1 parent e69b5fc commit 382ff10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Find on Reddit",
"description": "Find discussions of the current URL on Reddit",
"version": "1.5.6",
"version": "1.5.7",
"action": {
"default_icon": "icon-256.png",
"default_popup": "popup.html"
Expand Down
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {getOptions, getCurrentTabUrl} from './chrome.js';
import {processUrl, isYoutubeUrl} from './url.js';
import {processUrl, isYoutubeUrl, getYoutubeVideoId} from './url.js';
import {findOnReddit} from './reddit.js';
import {popupDefaults} from './query.js';

Expand Down

0 comments on commit 382ff10

Please sign in to comment.