Commit 3a4a8f90 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

NCALayer.js - добавлено нормальное собщение если ncalayer не запущен или проблемы с вебсокетом

parent bf039beb
...@@ -37,7 +37,7 @@ this.NCALayer = { ...@@ -37,7 +37,7 @@ this.NCALayer = {
this.webSocket.onerror = function(error) { this.webSocket.onerror = function(error) {
me.connect = null; me.connect = null;
console.log('[NCALayer error]', error); console.log('[NCALayer error]', error);
showMessage(error, "error"); UIkit.modal.alert(`<span>Убедитесь что программа NCALayer запущена и повторите попытку.<br><a href="https://pki.gov.kz/ncalayer/" target="_blank">Инструкция по запуску программы</a></span>`);
} }
this.webSocket.onmessage = function(event) { this.webSocket.onmessage = function(event) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment