Explorar o código

test 401 status

Avetisyan Karen %!s(int64=5) %!d(string=hai) anos
pai
achega
2fd6a1c47b
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. BIN=BIN
      web_interface/dist/wui-3/role.js
  2. 3 0
      web_interface/src/wui-3/role.js

BIN=BIN
web_interface/dist/wui-3/role.js


+ 3 - 0
web_interface/src/wui-3/role.js

@@ -158,6 +158,9 @@ function loadXMLDoc(url, method, callback, body) {
         if (typeof callback == 'function') {
           callback.apply(xmlhttp);
         }
+      } else if (status == 401) {
+        alert('Request failed with status code 401');
+        window.location.reload();
       } else {
         console.log('Error');
       }