The french typography mechanism should not interact with the date/hour selector
This commit is contained in:
parent
02a4ff4dc3
commit
418930387f
@ -40,7 +40,9 @@ $(document).on 'turbolinks:load', ->
|
||||
0 > ['CODE', 'PRE', 'STYLE'].indexOf this.parentNode.tagName
|
||||
|
||||
.filter ->
|
||||
!$(this).parent().hasClass('finePre')
|
||||
!$(this).parent().hasClass('finePre') &&
|
||||
!$(this).parent().hasClass('start_time') &&
|
||||
!$(this).parent().hasClass('end_time')
|
||||
|
||||
.filter ->
|
||||
this.nodeValue.match(regexp)? || this.nodeValue.match(regexpPost)?
|
||||
|
Loading…
Reference in New Issue
Block a user