removed a bit of cruft, also activated the sidebar item when working within the messages section
This commit is contained in:
@@ -41,4 +41,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
<script>
|
||||
function makeActive(){
|
||||
$('li[id="messages"]').addClass('active');
|
||||
};
|
||||
|
||||
$(document).ready(function () {
|
||||
makeActive()
|
||||
});
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user