Merge branch 'ent-6209-10494-quickshell-duplica-pantalla-en-firefox' into 'develop'
Fix firefox double load of quickshell See merge request artica/pandorafms!3686
This commit is contained in:
commit
2a2e63fedb
|
@ -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