diff --git a/frontend/css/client.css b/frontend/css/client.css index 3c77d1d..4127aa3 100644 --- a/frontend/css/client.css +++ b/frontend/css/client.css @@ -891,10 +891,10 @@ tr:nth-child(even) { /* google translate */ .skiptranslate iframe, -.goog-te-banner-frame.skiptranslate { +.goog-te-banner-frame.skiptranslate, +.VIpgJd-ZVi9od-aZ2wEe-wOHMyf, +.VIpgJd-ZVi9od-aZ2wEe-OiiCO { display: none !important; - position: absolute !important; - top: -10000px !important; } #google_translate_element select { diff --git a/frontend/js/client.js b/frontend/js/client.js index d6dabc3..a2dfb9d 100644 --- a/frontend/js/client.js +++ b/frontend/js/client.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.33 + * @version 1.1.34 */ const userAgent = navigator.userAgent; diff --git a/package.json b/package.json index 8310751..8a4f12d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkwebrtc", - "version": "1.1.33", + "version": "1.1.34", "description": "MiroTalk WebRTC admin", "main": "server.js", "scripts": { @@ -33,7 +33,7 @@ "license": "AGPL-3.0", "homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc", "dependencies": { - "@sentry/node": "^8.48.0", + "@sentry/node": "^8.51.0", "axios": "^1.7.9", "bcryptjs": "^2.4.3", "colors": "1.4.0",