lib/jschat/http/views/ipad.erb in jschat-0.3.6 vs lib/jschat/http/views/ipad.erb in jschat-0.3.7

- old
+ new

@@ -8,9 +8,10 @@ <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/ipad.css?<%= Time.now.to_i %>" media="screen" rel="stylesheet" type="text/css" /> + <link rel="apple-touch-icon" media="screen and (resolution: 132dpi)" href="/iOS-72.png" /> </head> <body class="ipad"> <div id="loading" style="display: none">Loading...</div> <div class="header"> <h1><a href="/"><img src="/images/jschat.gif" alt="JsChat" /></a></h1>