NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files.

This commit is contained in:
mb863 2010-11-24 18:21:23 +00:00
parent fed7a251d5
commit 367fbc910c
8 changed files with 27 additions and 100 deletions

View file

@ -9,8 +9,8 @@ $(document).ready(function(){
$('.focus').focus();
// fade out error alerts
//$('#errorAlert').css('display', 'none');
//$('#errorAlert').fadeIn(500);
//$('#error-alert').css('display', 'none');
//$('#error-alert).fadeIn(500);
});