Disabled certificate accept popup because its currently not supported due to the webpack changes
parent
07f1461821
commit
a40b73dc28
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue