Skip to content

Commit fe2cadc

Browse files
committed
irc.jquery.com: Add inactive channels section in sidebar
1 parent 8261021 commit fe2cadc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

themes/irc.jquery.org/sidebar.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
<li><a href="/%23jquery-dev/">#jquery-dev</a></li>
1010
<li><a href="/%23jquery-infrastructure/">#jquery-infrastructure</a></li>
1111
<li><a href="/%23jquery-meeting/">#jquery-meeting</a></li>
12-
<li><a href="/%23jquerymobile-dev/">#jquerymobile-dev</a>
13-
(inactive; moved to #jqueryui-dev)
14-
</li>
1512
<li><a href="/%23jqueryui-dev/">#jqueryui-dev</a></li>
1613
<li><a href="/%23pep/">#pep</a></li>
1714
</ul>
15+
16+
<h4>Inactive Channels</h4>
17+
<ul>
18+
<li><a href="/%23jquerymobile-dev/">#jquerymobile-dev</a></li>
19+
</ul>
1820
</aside>
1921
</div>
2022

0 commit comments

Comments
 (0)