<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title> </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript">
//<![CDATA[
+ function safari_refresh() {
+ self.location.href= '<?php echo $refreshurl;?>';
+ }
+ var issafari = false;
+ if(window.devicePixelRatio){
+ issafari = true;
+ setTimeout('safari_refresh()', <?php echo $CFG->chat_refresh_room*1000;?>);
+ }
if (parent.msg && parent.msg.document.getElementById("msgStarted") == null) {
parent.msg.document.close();
parent.msg.document.open("text/html","replace");
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript">
//<![CDATA[
+ function safari_refresh() {
+ self.location.href= '<?php echo $refreshurl;?>';
+ }
+ var issafari = false;
+ if(window.devicePixelRatio){
+ issafari = true;
+ setTimeout('safari_refresh()', <?php echo $CFG->chat_refresh_room*1000;?>);
+ }
if (parent.msg.document.getElementById("msgStarted") == null) {
parent.msg.document.close();
parent.msg.document.open("text/html","replace");