Disabled certificate accept popup because its currently not supported due to the webpack changes
This commit is contained in:
parent
07f1461821
commit
a40b73dc28
1 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,8 @@ export class ConnectionHandler {
|
||||||
if(pathname.endsWith(".php"))
|
if(pathname.endsWith(".php"))
|
||||||
pathname = pathname.substring(0, pathname.lastIndexOf("/"));
|
pathname = pathname.substring(0, pathname.lastIndexOf("/"));
|
||||||
|
|
||||||
if(bipc.supported()) {
|
/* certaccept is currently not working! */
|
||||||
|
if(bipc.supported() && false) {
|
||||||
tag.attr('href', "#");
|
tag.attr('href', "#");
|
||||||
let popup: Window;
|
let popup: Window;
|
||||||
tag.on('click', event => {
|
tag.on('click', event => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue