Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Fix JavaScript hello world example#3204

Merged
Rokt33r merged 1 commit into
BoostIO:masterfrom
acangiano:patch-1
Aug 24, 2019
Merged

Fix JavaScript hello world example#3204
Rokt33r merged 1 commit into
BoostIO:masterfrom
acangiano:patch-1

Conversation

@acangiano

Copy link
Copy Markdown
Contributor

Description

The current Snippet Note Example's JavaScript file references a non-existent element with id enjoy. The HTML file has an element with id hello. I updated the JavaScript file to reference the same id (i.e., hello).

I know that the HTML file doesn't include the JavaScript file, so the two could be considered independent, but I think it's less confusing to keep IDs consistent.

Type of changes

  • ⚪ Bug fix (Change that fixed an issue)
  • ⚪ Breaking change (Change that can cause existing functionality to change)
  • 🔘 Improvement (Change that improves the code. Maybe performance or development improvement)
  • ⚪ Feature (Change that adds new functionality)
  • ⚪ Documentation change (Change that modifies documentation. Maybe typo fixes)

Checklist:

  • 🔘 My code follows the project code style
  • ⚪ I have written test for my code and it has been tested
  • 🔘 All existing tests have been passed
  • ⚪ I have attached a screenshot/video to visualize my change if possible
The current snippet note example references a non-existent element with id `enjoy`. I updated it to reference the correct id (i.e., `hello`).

@ZeroX-DG ZeroX-DG left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, good catch! Thank you for submitting this.

@ZeroX-DG ZeroX-DG added the approved 👍 Pull request has been approved by sufficient reviewers. label Aug 11, 2019
@Rokt33r Rokt33r merged commit 6ef9c38 into BoostIO:master Aug 24, 2019
@Rokt33r Rokt33r removed the approved 👍 Pull request has been approved by sufficient reviewers. label Aug 24, 2019
@Rokt33r Rokt33r added this to the v0.13.0 milestone Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants