Skip to content

Commit

Permalink
[mirotalkwebrtc] - update css, dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 27, 2025
1 parent 28b02be commit 76ca80a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions frontend/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.33
* @version 1.1.34
*/

const userAgent = navigator.userAgent;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.33",
"version": "1.1.34",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 76ca80a

Please sign in to comment.