lib/jschat/http/views/iphone.erb in jschat-0.3.6 vs lib/jschat/http/views/iphone.erb in jschat-0.3.7
- old
+ new
@@ -8,9 +8,11 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js" type="text/javascript"></script>
<script src="/javascripts/all.js?<%= Time.now.to_i %>" type="text/javascript"></script>
<link href="/stylesheets/screen.css?<%= Time.now.to_i %>" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/iphone.css?<%= Time.now.to_i %>" media="screen" rel="stylesheet" type="text/css" />
+ <link rel="apple-touch-icon" media="screen and (resolution: 163dpi)" href="/iOS-57.png" />
+ <link rel="apple-touch-icon" media="screen and (resolution: 326dpi)" href="/iOS-114.png" />
</head>
<body class="iphone" onload="setTimeout(function() { window.scrollTo(0, 1); }, 100);">
<div id="loading" style="display: none">Loading...</div>
<div class="header">
<h1><a href="/"><img src="/images/jschat.gif" alt="JsChat" /></a></h1>