-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'cs-inline-js-search' into 'master'
Remove inline JavaScript for Search autocomplete ## What does this MR do? Remove inline JavaScript from the search partial for Search autocomplete. ## Are there points in the code the reviewer needs to double check? That this doesn't break anything (it didn't when I tested it!) ## Why was this MR needed? Inline scripts are bad, this removes a few of them. ## What are the relevant issue numbers? #18231 and #19866 ## Does this MR meet the acceptance criteria? - Tests - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5284
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/search_autocomplete.js 37 additions, 0 deletionsapp/assets/javascripts/search_autocomplete.js
- app/assets/stylesheets/pages/search.scss 1 addition, 1 deletionapp/assets/stylesheets/pages/search.scss
- app/views/layouts/_search.html.haml 9 additions, 30 deletionsapp/views/layouts/_search.html.haml
Loading
Please register or sign in to comment