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:
perryharlock
2013-09-17 11:17:29 +01:00
parent 0d9a467663
commit 1a2e6af226
2 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ $(document).ready(function(){
});
switchStandardsList(standardSelect);
$('.rules-list-title').addClass('hidden');
standardSelect.change( function(){
switchStandardsList($(this));