Disabled certificate accept popup because its currently not supported due to the webpack changes

This commit is contained in:
WolverinDEV 2020-04-03 16:03:39 +02:00
parent 07f1461821
commit a40b73dc28

View file

@ -382,7 +382,8 @@ export class ConnectionHandler {
if(pathname.endsWith(".php"))
pathname = pathname.substring(0, pathname.lastIndexOf("/"));
if(bipc.supported()) {
/* certaccept is currently not working! */
if(bipc.supported() && false) {
tag.attr('href', "#");
let popup: Window;
tag.on('click', event => {