Browse Source

Update calendar.html

Commented the meta tag.
Brian 9 years ago
parent
commit
1428e23c28
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/calendar.html

+ 2 - 1
pages/calendar.html

@@ -3,6 +3,7 @@
   <head>
     <meta charset="UTF-8">
     <title>AdminLTE 2 | Calendar</title>
+    <!-- Tell the browser to be responsive to screen width -->
     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
     <!-- Bootstrap 3.3.4 -->
     <link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
@@ -875,4 +876,4 @@
     </script>
 
   </body>
-</html>
+</html>