1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Use sidebarMenu as this will be converted into a wcfSidebar automatically

This commit is contained in:
Tim Düsterhus 2011-12-26 15:27:31 +01:00
parent 7d3a0ec830
commit 19da935f68

View File

@ -277,7 +277,7 @@
<body id="tpl{$templateName|ucfirst}">
{capture assign='sidebar'}
<div id="sidebar">
<div id="sidebarMenu">
<nav class="chatSidebarTabs">
<ul>
<li id="toggleRooms"><a href="javascript:;" title="{lang}wcf.chat.rooms{/lang}" data-refresh-url="{link controller="Chat" action="RefreshRoomList"}{/link}">{lang}wcf.chat.rooms{/lang}</a></li>
@ -392,7 +392,6 @@
}
$('#chatInput').jCounter();
$('#sidebar').wcfSidebar();
//]]>
</script>