File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 161
161
<img class =" card-img-top speaker-image-large" src =" images/avatar.png" />
162
162
{{ /if }}
163
163
</div >
164
- <div class =" margin-down-10" >{{ name }} </div >
164
+ <span class =" margin-down-10" >{{ name }} </span >
165
165
</a >
166
166
{{ #if organisation }}
167
167
<div class =" session-speakers-more margin-down-10" >
631
631
$ (this ).find (' .schedule-track' ).each (function () {
632
632
var id= $ (this ).attr (' id' );
633
633
if ($ (this ).find (' .tip-description' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
634
- $ (this ).find (' .session-speakers-list a p span' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
634
+ $ (this ).find (' .session-speakers-list a span' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
635
635
$ (this ).find (' .session-speakers-more' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
636
636
$ (this ).find (' .event' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
637
637
$ (this ).find (' .speaker-name' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ) {
666
666
});
667
667
$ (' .session' ).each (function () {
668
668
if ($ (this ).find (' .session-name' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
669
- $ (this ).find (' .session-speakers-list a p span' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
669
+ $ (this ).find (' .session-speakers-list a span' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
670
670
$ (this ).find (' .session-speakers-more' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ||
671
671
$ (this ).find (' .speaker-name' ).text ().toUpperCase ().indexOf (filterVal .toUpperCase ()) >= 0 ) {
672
672
$ (this ).show ();
You can’t perform that action at this time.
0 commit comments