From 6cc38a826a3a1e54bcf6a5b782fd8a1c392ddcd9 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sat, 30 Mar 2024 06:42:57 +0100 Subject: [PATCH] r0b08x [chore] 3/30/2024, 6:42:57 AM --- README.md | 4 ++-- package.json | 2 +- src/angular/factory/p3xr-socket.js | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 87e360b..edb2cb0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui --- -# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.185 +# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.186 @@ -77,7 +77,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https:// --- -[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.185 +[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.186 [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-material.svg)](https://www.npmjs.com/package/p3x-redis-ui-material) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index e798c58..a6ef907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui-material", - "version": "2024.4.185", + "version": "2024.4.186", "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io", "corifeus": { "icon": "fas fa-database", diff --git a/src/angular/factory/p3xr-socket.js b/src/angular/factory/p3xr-socket.js index 471c12e..d3b70e5 100644 --- a/src/angular/factory/p3xr-socket.js +++ b/src/angular/factory/p3xr-socket.js @@ -71,13 +71,12 @@ p3xr.ng.factory('p3xrSocket', function ($rootScope, p3xrCommon, $state, $cookies error: error }) - /* await p3xrCommon.confirm({ disableCancel: false, message: p3xr.strings.confirm.socketioConnectError }) location.reload() - */ + } catch (e) { p3xrCommon.generalHandleError(e) }