mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-24 02:20:39 +00:00
Fixed collapseable sidebar ;)
This commit is contained in:
parent
1b3206f81b
commit
bc01d0380e
@ -228,6 +228,7 @@
|
||||
|
||||
<body id="tpl{$templateName|ucfirst}">
|
||||
{capture assign='sidebar'}
|
||||
<div id="sidebar">
|
||||
<nav class="chatSidebarTabs">
|
||||
<ul>
|
||||
<li id="toggleUsers" class="active"><a href="javascript:;" title="{lang}wcf.chat.users{/lang}">{lang}wcf.chat.users{/lang}</a></li>
|
||||
@ -263,6 +264,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
{/capture}
|
||||
{include file='header' sandbox=false sidebarDirection='left'}
|
||||
|
||||
@ -337,7 +339,7 @@
|
||||
}
|
||||
|
||||
$('#chatInput').jCounter($('#chatInput').attr('maxlength'), { container: '.counter' });
|
||||
$('.sidebar').wcfSidebar();
|
||||
$('#sidebar').wcfSidebar();
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user