candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

how i remove tab feature #437

Open banna9214 opened 8 years ago

banna9214 commented 8 years ago

i want to remove tab feature. need dynamic page using asp.net. each user have own dynamic page for chat. so how i convert tab to page.

benlangfeld commented 8 years ago

This would be a development effort. Please either ask specific questions about the source, or consider hiring someone who can do this for you.

pstadler commented 8 years ago

Add this to you stylesheet, it's a start:

#chat-tabs { display: none; }