mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue