|
|
@ -2062,12 +2062,14 @@ function rcube_webmail()
|
|
|
|
|
|
|
|
|
|
|
|
if (name && (frame = this.get_frame_element(name))) {
|
|
|
|
if (name && (frame = this.get_frame_element(name))) {
|
|
|
|
if (!show && (win = this.get_frame_window(name))) {
|
|
|
|
if (!show && (win = this.get_frame_window(name))) {
|
|
|
|
if (win.stop)
|
|
|
|
if (win.location.href.indexOf(this.env.blankpage) < 0) {
|
|
|
|
win.stop();
|
|
|
|
if (win.stop)
|
|
|
|
else // IE
|
|
|
|
win.stop();
|
|
|
|
win.document.execCommand('Stop');
|
|
|
|
else // IE
|
|
|
|
|
|
|
|
win.document.execCommand('Stop');
|
|
|
|
|
|
|
|
|
|
|
|
win.location.href = this.env.blankpage;
|
|
|
|
win.location.href = this.env.blankpage;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (!bw.safari && !bw.konq)
|
|
|
|
else if (!bw.safari && !bw.konq)
|
|
|
|
$(frame)[show ? 'show' : 'hide']();
|
|
|
|
$(frame)[show ? 'show' : 'hide']();
|
|
|
|