mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Style rules list section title on new-task form and add js to hide this title on js enabled devices
This commit is contained in:
@@ -52,6 +52,7 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
switchStandardsList(standardSelect);
|
||||
$('.rules-list-title').addClass('hidden');
|
||||
|
||||
standardSelect.change( function(){
|
||||
switchStandardsList($(this));
|
||||
|
Reference in New Issue
Block a user