-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Js linting and inline migration for simple scripts #14215
Conversation
bbovenzi
commented
Feb 12, 2021
- Moved simple inline js to its own file with linting as per Migrate inline JavaScript scripting to external files #14115, other more complicated files will be their own PRs (gantt, graph, tree, dag, dags)
- Replaced jQuery some deprecated functions
- changed all js files to snake_case instead of kebab-case for consistency's sake
- Linting for all the relatively simple JS in our html templates - Replaced jQuery .click() and .ready() functions - changed all js files to snake_case instead of kebab-case for consistency
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.
Few small changes.
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.
Much appreciated work, thank you @bbovenzi!
@ryanahamilton @ashb Added the requested changes. |
Looks good now @bbovenzi -- conflicts to resolve though. |