File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 754
754
$active . removeClass ( 'in' ) ;
755
755
} ;
756
756
757
- $ ( document ) . delegate ( '[data-toggle="tab"]' , 'click' , function ( event ) {
757
+ $ ( document ) . delegate ( '[data-toggle="firechat- tab"]' , 'click' , function ( event ) {
758
758
event . preventDefault ( ) ;
759
759
show ( $ ( this ) ) ;
760
760
} ) ;
964
964
this . $tabList . children ( 'li' ) . css ( 'width' , tabWidth ) ;
965
965
966
966
// Automatically select the next tab if there is one.
967
- this . $tabList . find ( '[data-toggle=tab]' ) . first ( ) . trigger ( 'click' ) ;
967
+ this . $tabList . find ( '[data-toggle="firechat- tab" ]' ) . first ( ) . trigger ( 'click' ) ;
968
968
969
969
// Update the room listing to reflect that we're now in the room.
970
970
this . $roomList . children ( '[data-room-id=' + roomId + ']' ) . children ( 'a' ) . removeClass ( 'highlight' ) ;
Original file line number Diff line number Diff line change 1
1
< li data-room-id ='<%- id %> '>
2
- < a href ='#<%- id %> ' data-toggle ='tab ' title ='<%- name %> '> < %- name %> </ a >
2
+ < a href ='#<%- id %> ' data-toggle ='firechat- tab ' title ='<%- name %> '> < %- name %> </ a >
3
3
</ li >
You can’t perform that action at this time.
0 commit comments