Skip to content
Snippets Groups Projects
Commit 12beb966 authored by echicken's avatar echicken
Browse files

Missed a clickable div in the last update. Forum UI now somewhat more...

Missed a clickable div in the last update. Forum UI now somewhat more consistent, over 9000% more awesome.
parent d9b1683a
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,7 @@ function printBoards() {
var msgBase = new MsgBase(msg_area.grp_list[mg].sub_list[sb].code);
msgBase.open();
b = b + msgBase.total_msgs;
// The onclick below is just to provide more consistent click-to-expand behavior of the boxes in the forum
print("<div class='standardBorder standardPadding underMargin treeIndent messageBoxColor' onclick=window.location='./pages.ssjs?page=" + webIni.forumPage + "&action=viewSubBoard&subBoard=" + msg_area.grp_list[mg].sub_list[sb].code + "'>");
print("<div class='standardBorder standardPadding underMargin treeIndent messageBoxColor'>");
print("<a class=ulLink href=./pages.ssjs?page=" + webIni.forumPage + "&action=viewSubBoard&subBoard=" + msg_area.grp_list[mg].sub_list[sb].code + ">" + msg_area.grp_list[mg].sub_list[sb].name + "</a><br />");
print(msgBase.total_msgs + " messages");
if(msgBase.last_msg > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment