Fix firefox double load of quickshell
This commit is contained in:
parent
bd17efa3dd
commit
e501b018e4
|
@ -251,6 +251,12 @@ function quickShell()
|
|||
$new .= $config['ws_proxy_url'].'/'.$method."';";
|
||||
}
|
||||
|
||||
// Update firefox issue.
|
||||
$original = ' this.iframe_.src = \'#\';';
|
||||
$trick = 'this.iframe_.src = \'javascript:\';';
|
||||
|
||||
$r = str_replace($original, $trick, $r);
|
||||
|
||||
// Update url.
|
||||
$gotty = str_replace($url, $new, $gotty);
|
||||
|
||||
|
|
Loading…
Reference in New Issue