[mirotalk]-fix typo

This commit is contained in:
Miroslav Pejic
2021-02-05 23:03:32 +01:00
parent 9e433a07cf
commit 88c14eb88c
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -1162,7 +1162,7 @@ function getAbout() {
html:
'<div id="about">' +
"<b>Open Source</b> project on" +
'<a href="https://github.com/miroslavpejic85/mirotalk" target="_blank"> GitHub</a></div>' +
'<a href="https://github.com/miroslavpejic85/mirotalk" target="_blank"> GitHub</a>' +
"</div>",
showClass: {
popup: "animate__animated animate__fadeInDown",
@@ -1186,13 +1186,15 @@ function getTheme() {
neon: "mirotalk-neon",
dark: "mirotalk-dark",
},
showDenyButton: true,
confirmButtonText: `Apply`,
denyButtonText: `Cancel`,
showClass: {
popup: "animate__animated animate__fadeInDown",
},
hideClass: {
popup: "animate__animated animate__fadeOutUp",
},
showCancelButton: true,
inputValidator: (theme) => {
setTheme(theme);
},
+2 -1
View File
@@ -406,7 +406,8 @@ video:fullscreen {
#countTime {
display: none;
width: 100%;
padding: 15px;
left: 15px;
padding: 5px;
background-color: transparent;
position: fixed;
color: rgb(112, 112, 112);