mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-13 19:44:02 +02:00
Fix viewport settings for mobile view
Signed-off-by: Marco Dickert <marco@misterunknown.de>
This commit is contained in:
@@ -24,7 +24,7 @@ class IFM {
|
|||||||
"timezone" => "",
|
"timezone" => "",
|
||||||
"forbiddenChars" => array(),
|
"forbiddenChars" => array(),
|
||||||
"dateLocale" => "en-US",
|
"dateLocale" => "en-US",
|
||||||
"language" => "@@@vars:defaultlanguage@@@",
|
"language" => "@@@vars:default_lang@@@",
|
||||||
"selfoverwrite" => 0,
|
"selfoverwrite" => 0,
|
||||||
|
|
||||||
// api controls
|
// api controls
|
||||||
@@ -218,7 +218,7 @@ IFM_ASSETS
|
|||||||
<title>IFM - improved file manager</title>
|
<title>IFM - improved file manager</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">';
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, shrink-to-fit=no">';
|
||||||
$this->getCSS();
|
$this->getCSS();
|
||||||
print '</head><body>';
|
print '</head><body>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user