From fe0d4c43ce16510b6d4fcb7be494ef6f5b191704 Mon Sep 17 00:00:00 2001 From: ablwr Date: Sat, 14 Mar 2015 20:39:54 -0400 Subject: [PATCH] updates needs makeover --- app/views/layouts/application.html.erb | 2 +- todo.md | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2bff3f9..65cfb31 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -27,6 +27,6 @@ - + diff --git a/todo.md b/todo.md index c44479d..e3bc355 100644 --- a/todo.md +++ b/todo.md @@ -1,15 +1,5 @@ TO DO -javascript for hiding form questions - -function newQuestion(){
$question.hide();
$question.first().show(); -$form.on("click", ".new-question", function() { - $(this).parent().parent().next().slideDown("slow"); -}); -} - - - ffmpeg questions and answers: