From 6d95c3a146a853fa5cf0d172af905f2835826935 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 14 Apr 2015 08:44:19 -0300 Subject: [PATCH] adding group category and body --- index.html | 6 ++++++ js/main.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5096761..8bfe567 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,13 @@ diff --git a/js/main.js b/js/main.js index ea532e9..be09ec2 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,7 @@ $.getJSON(noosferoAPI) $('#nav-proposal-categories a').addClass('active'); $('#nav-proposal-group a').removeClass('active'); }else if(item == 'proposal-group'){ - //Display the Topics or Discussions + //Display the Topics or Discussions tab $('#proposal-categories').hide(); $('#proposal-group').show(); $('#nav-proposal-group a').addClass('active'); -- libgit2 0.21.2