mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Disable previous pull-request (after testing)
This commit is contained in:
parent
48dc9859c2
commit
dfb3a07536
4 changed files with 16 additions and 4 deletions
|
|
@ -1900,7 +1900,6 @@
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {string} sLanguage
|
||||
* @param {Function=} fDone
|
||||
|
|
@ -1922,6 +1921,19 @@
|
|||
.always(fAllways || Utils.emptyFunction)
|
||||
;
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {Object} oParams
|
||||
*/
|
||||
Utils.setHeadViewport = function (oParams)
|
||||
{
|
||||
var aContent = [];
|
||||
_.each(oParams, function (sKey, sValue) {
|
||||
aContent.push('' + sKey + '=' + sValue);
|
||||
});
|
||||
|
||||
$('#rl-head-viewport').attr('content', aContent.join(', '));
|
||||
};
|
||||
|
||||
module.exports = Utils;
|
||||
|
||||
|
|
|
|||
|
|
@ -90,5 +90,5 @@
|
|||
@import "SettingsThemes.less";
|
||||
|
||||
@import "Animations.less";
|
||||
@import "Responsive.less";
|
||||
//@import "Responsive.less";
|
||||
@import "_End.less";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
html.ssm-state-mobile {
|
||||
html.ssm-state-mobile111 {
|
||||
|
||||
&.rl-message-fullscreen {
|
||||
#rl-right {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<meta id="rl-head-viewport" name="viewport" content="width=950,maximum-scale=2">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue