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
+12 -1
View File
@@ -41,4 +41,15 @@
</div>
</div>
</body>
</html>
</html>
<script>
function makeActive(){
$('li[id="messages"]').addClass('active');
};
$(document).ready(function () {
makeActive()
});
</script>