mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
updates needs makeover
This commit is contained in:
parent
0cbf876f7c
commit
fe0d4c43ce
@ -27,6 +27,6 @@
|
|||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
<p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p>
|
<p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
10
todo.md
10
todo.md
@ -1,15 +1,5 @@
|
|||||||
TO DO
|
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:
|
ffmpeg questions and answers:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user