removed a bit of cruft, also activated the sidebar item when working within the messages section

This commit is contained in:
cktricky
2013-10-13 23:17:18 -04:00
parent e4ee11cbdc
commit f02895351d
3 changed files with 29 additions and 135 deletions
+8
View File
@@ -81,6 +81,14 @@ $("#submit_button").click(function(event) {
});
});
function makeActive(){
$('li[id="messages"]').addClass('active');
};
$(document).ready(function () {
makeActive()
});
</script>