Skip to content

Commit

Permalink
Removing comment around <meta> in demos/mobile (PR #2120)
Browse files Browse the repository at this point in the history
Merge from AnmAtAnm/mobile-meta-bug
  • Loading branch information
AnmAtAnm authored Nov 14, 2018
2 parents d677023 + 97caca6 commit 57bffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/mobile/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- HTML file to host Blockly in a mobile WebView. -->
<html>
<head>
<!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style type="text/css">
html, body, #blocklyDiv {
border: 0;
Expand Down

0 comments on commit 57bffc0

Please # to comment.