lib/jschat/http/views/ipad.erb in jschat-0.3.5 vs lib/jschat/http/views/ipad.erb in jschat-0.3.6
- old
+ new
@@ -7,9 +7,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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" />
</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>