mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-21 13:19:19 +02:00
blew it ALL UP
This commit is contained in:
7
index.html
Normal file
7
index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
function newQuestion(){
$question.hide();
$question.first().show();
|
||||
$form.on("click", ".new-question", function() {
|
||||
$(this).parent().parent().next().slideDown("slow");
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user