Change the way to handle smartphones

This commit is contained in:
Sébastien Lucas 2013-05-16 17:09:29 +02:00
父節點 765b1a02e8
當前提交 8657088be7
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -51,7 +51,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo htmlspecialchars ($currentPage->title) ?></title>
<script type="text/javascript" src="<?php echo getUrlWithVersion("js/jquery-1.9.1.min.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("js/jquery.cookies.js") ?>"></script>