[mirotalk] - fix login translate
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ dependencies: {
|
||||
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.4.82
|
||||
* @version 1.4.83
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.4.82",
|
||||
"version": "1.4.83",
|
||||
"description": "A free WebRTC browser-based video call",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -42,8 +42,8 @@
|
||||
"homepage": "https://github.com/miroslavpejic85/mirotalk",
|
||||
"dependencies": {
|
||||
"@mattermost/client": "10.2.0",
|
||||
"@sentry/node": "^9.4.0",
|
||||
"axios": "^1.8.1",
|
||||
"@sentry/node": "^9.5.0",
|
||||
"axios": "^1.8.2",
|
||||
"colors": "^1.4.0",
|
||||
"compression": "^1.8.0",
|
||||
"cors": "^2.8.5",
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
/*--------------------------------------------------------------
|
||||
# Google Translate
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.skiptranslate iframe,
|
||||
.goog-te-banner-frame.skiptranslate,
|
||||
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
|
||||
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
|
||||
#goog-gt-tt,
|
||||
#goog-gt-tt *,
|
||||
#goog-gt-vt,
|
||||
#goog-gt-vt * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#google_translate_element {
|
||||
display: none !important;
|
||||
}
|
||||
+1
-1
@@ -73,7 +73,7 @@ let brand = {
|
||||
},
|
||||
about: {
|
||||
imageUrl: '../images/mirotalk-logo.gif',
|
||||
title: 'WebRTC P2P v1.4.82',
|
||||
title: 'WebRTC P2P v1.4.83',
|
||||
html: `
|
||||
<button
|
||||
id="support-button"
|
||||
|
||||
+2
-2
@@ -15,7 +15,7 @@
|
||||
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.4.82
|
||||
* @version 1.4.83
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -11035,7 +11035,7 @@ function showAbout() {
|
||||
Swal.fire({
|
||||
background: swBg,
|
||||
position: 'center',
|
||||
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.4.82',
|
||||
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.4.83',
|
||||
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
|
||||
customClass: { image: 'img-about' },
|
||||
html: `
|
||||
|
||||
@@ -36,10 +36,13 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" />
|
||||
<link rel="stylesheet" href="../css/landing.css" />
|
||||
<link rel="stylesheet" href="../css/translate.css" />
|
||||
|
||||
<!-- Js scripts -->
|
||||
|
||||
<script async src="../js/umami.js"></script>
|
||||
<script defer src="../js/Brand.js"></script>
|
||||
<script async src="../js/Translate.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/animejs@3.0.1/lib/anime.min.js"></script>
|
||||
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
|
||||
@@ -54,6 +57,8 @@
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/sweetalert2@11.4.8"></script>
|
||||
</head>
|
||||
<body class="has-animations">
|
||||
<div id="google_translate_element"></div>
|
||||
|
||||
<div class="body-wrap">
|
||||
<header class="site-header reveal-from-top">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user