Merge branch 'dev' into uitextcase

This commit is contained in:
Jay Sitter 2014-11-01 18:29:41 -04:00
commit 266b7328ef
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ $.fn.ready(function() {
$("#menu").click(function(){
$("#links").toggle();
if ($('#content').hasClass('opacity03')) {
$('#content').removeClass('opacity03');
}
});
/* ==========================================================================