Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix search, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 3, 2024
1 parent 1d805c5 commit 2942aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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.23
* @version 1.1.24
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down Expand Up @@ -127,12 +127,12 @@ const dataTable = $('#myTable').DataTable({
{ width: '20%', targets: 6 },
{ width: '10%', targets: 7 },
{
targets: [0, 1, 2, 3, 4, 5, 6],
targets: [0, 1, 2, 3, 4, 6],
type: 'string',
searchable: true,
},
{
targets: [7],
targets: [5, 7],
orderable: false,
searchable: false,
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.23",
"version": "1.1.24",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -33,14 +33,14 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc",
"dependencies": {
"@sentry/node": "^8.41.0",
"@sentry/node": "^8.42.0",
"axios": "^1.7.8",
"bcryptjs": "^2.4.3",
"colors": "1.4.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 2942aa2

Please sign in to comment.