fixed minor code style issues

This commit is contained in:
Hauke Klement
2015-03-03 11:31:20 +01:00
parent 7477d4c6dd
commit b5eb2f6129
3 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@ $(function() {
$('code').on('click', function() {
$(this).css({
'max-height': 'initial'
})
});
});
};