mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 02:15:01 +01:00
forming
This commit is contained in:
parent
fdabf09684
commit
b6576a4d38
@ -1,8 +1,8 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
$( ".reload" ).click(function() {
|
$( ".reload" ).click(function() {
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
$( "#show_display_info" ).click(function() {
|
$( "#show_display_info" ).click(function() {
|
||||||
$( ".display_info" ).toggle();
|
$( ".display_info" ).toggle();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user