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

canary
WolverinDEV 2020-04-03 16:03:39 +02:00
parent 07f1461821
commit a40b73dc28
1 changed files with 2 additions and 1 deletions

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 => {