Temporarily removing the viewport meta tag for all pages.

There is a wacky CSS bug that is currently making tickets impossible to read.  This tag will be removed until a fix is found and made.
merge-requests/2/head
Mike Koch 10 years ago
parent 8116500e1a
commit 0db07c9ad7

@ -40,7 +40,6 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
<head>
<title><?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?></title>
<meta http-equiv="Content-Type" content="text/html;charset=<?php echo $hesklang['ENCODING']; ?>" />
<meta name="viewport" content="width=device-width, user-scalable=no">
<link href="<?php echo HESK_PATH; ?>hesk_style_v25.css" type="text/css" rel="stylesheet" />
<link href="<?php echo HESK_PATH; ?>css/bootstrap.css" type="text/css" rel="stylesheet" />
<link href="<?php echo HESK_PATH; ?>css/bootstrap-theme.css" type="text/css" rel="stylesheet" />

Loading…
Cancel
Save