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:
parent
fed7a251d5
commit
367fbc910c
8 changed files with 27 additions and 100 deletions
|
@ -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);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue