Skip to content

Commit

Permalink
1.2.12 - Disable viewport scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
open2 committed Feb 19, 2014
1 parent 61d612e commit 4e59ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion head.sub.php
Expand Up @@ -25,7 +25,7 @@
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1">
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<? if ($config['cf_meta_author']) { ?><meta name="author" content="<?=$config['cf_meta_author']?>"><? } ?>
<?
Expand Down

0 comments on commit 4e59ae9

Please sign in to comment.