From 1a2e6af226eb02943cd1ea6d43f53ef7b76167e2 Mon Sep 17 00:00:00 2001 From: perryharlock Date: Tue, 17 Sep 2013 11:17:29 +0100 Subject: [PATCH] Style rules list section title on new-task form and add js to hide this title on js enabled devices --- public/js/site.js | 1 + view/new.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/js/site.js b/public/js/site.js index 7a889f8..3151818 100644 --- a/public/js/site.js +++ b/public/js/site.js @@ -52,6 +52,7 @@ $(document).ready(function(){ }); switchStandardsList(standardSelect); + $('.rules-list-title').addClass('hidden'); standardSelect.change( function(){ switchStandardsList($(this)); diff --git a/view/new.html b/view/new.html index 5d1a2ff..0aee38c 100644 --- a/view/new.html +++ b/view/new.html @@ -40,11 +40,11 @@
{{#standards}}
-

{{title}} Rules

+

{{title}} Rules

    {{#rules}}
  • -