Dev: Change the viewport meta tag to not fix the width

This commit is contained in:
Allan Jardine
2014-03-04 08:51:50 +00:00
parent 3330ed6783
commit c5d86ea157
92 changed files with 92 additions and 92 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>DataTables example - Default ordering (sorting)</title>
<link rel="stylesheet" type="text/css" href="../../media/css/jquery.dataTables.css">