-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up PR to allow for meta setting from Chrome Extension #737
Conversation
chrome_extension/cardboard/popup.js
Outdated
// TODO: Make this configurable | ||
const HUNT_NUMBER = 10; | ||
|
||
let URL = DEV_URL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URL
already exists as a global, we shouldn't shadow it https://developer.mozilla.org/en-US/docs/Web/API/URL/URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to TARGET_URL
Change URL to TARGET_URL
Add TODO about deploymet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, sounds good
* Assign a single meta at puzzle creation time * pre-commit * Remove comment * Modify host_permissions to match suggests from https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns * Chrome Extension changes to support assigning the meta in the extension * update version number * Chrome extension changes to match meta assignment functionality * Undo debugging * update * update * Update popup.js Change URL to TARGET_URL * Update popup.js Add TODO about deploymet
No description provided.