mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-25 12:17:51 +02:00
yeah totally obtuse way time to refactor
This commit is contained in:
@ -23,6 +23,10 @@ $(document).ready(function() {
|
||||
$( ".display_info" ).show();
|
||||
});
|
||||
|
||||
$( "#show_one_thumbnail" ).click(function() {
|
||||
chillScroll();
|
||||
$( ".one_thumbnail" ).show();
|
||||
});
|
||||
$( "#show_web" ).click(function() {
|
||||
chillScroll();
|
||||
$( ".web" ).show();
|
||||
|
Reference in New Issue
Block a user