The french typo mechanism no longer manages textarea...
This commit is contained in:
parent
522488cfd4
commit
ff7dda957e
@ -37,7 +37,7 @@ $(document).on 'turbolinks:load', ->
|
||||
.filter ->
|
||||
# Supprime les éléments pouvant utiliser des ponctuations sans nécessiter
|
||||
# un espacement
|
||||
0 > ['CODE', 'PRE', 'STYLE'].indexOf this.parentNode.tagName
|
||||
0 > ['CODE', 'PRE', 'STYLE', 'TEXTAREA'].indexOf this.parentNode.tagName
|
||||
|
||||
.filter ->
|
||||
!$(this).parent().hasClass('finePre') &&
|
||||
|
Loading…
Reference in New Issue
Block a user