Merge branch 'issues' into 'master'
Incidencias reportadas por navegadores Closes sutty/sutty#2193, sutty/sutty#2164, sutty/sutty#2107, sutty/sutty#2044, sutty/sutty#1937, sutty/sutty#1476, sutty/sutty#1475, sutty/sutty#899, and sutty/sutty#889 See merge request sutty/jekyll/sutty-base-jekyll-theme!9
This commit is contained in:
commit
2052fd58a9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default class extends Controller {
|
|||
if (!this.hasQTarget) return
|
||||
if (!this.qTarget.value.trim().length === 0) return
|
||||
|
||||
return this.qTarget.value.trim().replace(':', '')
|
||||
return this.qTarget.value.trim().replaceAll(/[:~\*\^\+\-]/gi, '')
|
||||
}
|
||||
|
||||
connect () {
|
||||
|
|
Loading…
Reference in a new issue