mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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 {string} sLanguage
|
||||||
* @param {Function=} fDone
|
* @param {Function=} fDone
|
||||||
|
|
@ -1923,6 +1922,19 @@
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @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;
|
module.exports = Utils;
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|
@ -90,5 +90,5 @@
|
||||||
@import "SettingsThemes.less";
|
@import "SettingsThemes.less";
|
||||||
|
|
||||||
@import "Animations.less";
|
@import "Animations.less";
|
||||||
@import "Responsive.less";
|
//@import "Responsive.less";
|
||||||
@import "_End.less";
|
@import "_End.less";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
html.ssm-state-mobile {
|
html.ssm-state-mobile111 {
|
||||||
|
|
||||||
&.rl-message-fullscreen {
|
&.rl-message-fullscreen {
|
||||||
#rl-right {
|
#rl-right {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<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" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<noscript>
|
<noscript>
|
||||||
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue