Skip to content

Commit

Permalink
add more common words
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Sep 9, 2021
1 parent 035de68 commit bd419ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion themes/gregory/assets/js/gregory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ document.addEventListener('DOMContentLoaded', (event) => {

const queries = document.querySelectorAll('h3')
const nounphrases = document.querySelectorAll('li.phrase')
const commonwords = ['multiple sclerosis', 'ms', 'recovery', 'patients']
const commonwords = [
'Characteristics',
'ms',
'multiple sclerosis',
'patients',
'persons',
'recovery'
]
let related = [];


Expand Down

0 comments on commit bd419ee

Please sign in to comment.